Related articles |
---|
dlex & dyacc gandalf_lotr22@hotmail.com (2004-01-18) |
Re: dlex & dyacc isaac@latveria.castledoom.org (Isaac) (2004-01-22) |
From: | Isaac <isaac@latveria.castledoom.org> |
Newsgroups: | comp.compilers |
Date: | 22 Jan 2004 23:31:02 -0500 |
Organization: | Road Runner - NC |
References: | 04-01-113 |
Keywords: | Basic, yacc |
Posted-Date: | 22 Jan 2004 23:31:02 EST |
On 18 Jan 2004 20:50:29 -0500, Robert F. <gandalf_lotr22@hotmail.com> wrote:
> I have problems using the delphi version of lex
> (http://www.grendelproject.nl/dyacclex/).
>
> the problem is: it seems there is no yylex() function
> like in the C version of lex. instead there is the
> following declaration in the file created by dlex:
>
> function TLexer.parse() : integer;
Try grepping through the generated code to see where the symbol is
defined. It may have a prefix that you didn't expect, but it ought
to turn up with grep.
I've never used dlex.
Isaac
Return to the
comp.compilers page.
Search the
comp.compilers archives again.