Re: lex - how to get current file position of parser file

Jens Kallup <jkallup@web.de>
Mon, 7 Sep 2015 17:11:02 +0200

          From comp.compilers

Related articles
lex - how to get current file position of parser file jkallup@web.de (Jens Kallup) (2015-09-01)
Re: lex - how to get current file position of parser file kaz@kylheku.com (Kaz Kylheku) (2015-09-01)
Re: lex - how to get current file position of parser file federation2005@netzero.com (2015-09-03)
Re: lex - how to get current file position of parser file genew@telus.net (Gene Wirchenko) (2015-09-03)
Re: lex - how to get current file position of parser file jkallup@web.de (Jens Kallup) (2015-09-06)
Re: lex - how to get current file position of parser file kaz@kylheku.com (Kaz Kylheku) (2015-09-07)
Re: lex - how to get current file position of parser file jkallup@web.de (Jens Kallup) (2015-09-07)
| List of all articles for this month |

From: Jens Kallup <jkallup@web.de>
Newsgroups: comp.compilers
Date: Mon, 7 Sep 2015 17:11:02 +0200
Organization: Aioe.org NNTP Server
References: 15-08-019 15-09-001
Keywords: debug
Posted-Date: 07 Sep 2015 23:22:13 EDT

Hello @all,


I have a codeing mistake.
here comes the glue:


// ---%<---
// a line comment
/* block comment
    */


PRINT "hello"


set path to "/home/bak/src/ui/dbase/predbase"
set procedure to source.txt




else
OR 33
// --->%---




see "set path"
I have to fix that, so, that the compiler looks
into current folder, first.


ok, thx John



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.