[antlr-interest] Antlr parse cannot parse the file completly

Randall R Schulz rschulz at sonic.net
Wed Oct 17 07:10:11 PDT 2007


On Wednesday 17 October 2007 00:16, amol Bhagavat wrote:
> Hi,
>
>   I am just beginner in using ANTLR.
>   I use basic c grammar. In that grammar there is no built in EOF

By "built-in" I mean supplied by ANTLR itself. Just use the terminal EOF 
without defining or declaring it and it will match the end-of-file 
token generated by the lexical analyzer when it reaches the end of its 
input.


> ...


Randall Schulz


More information about the antlr-interest mailing list