Hi,
I am faced with a problem, where in some of the statements that have to
get parsed are not getting parsed. When i tried the remote debugging, it is
saying the input has terminated, whereas there are further lines in the file
to be read and parsed.
I am attaching the source of the Lexer, Parser(with Templates) and the
input file and Main.java.
I tried remote debugging the stuff and the tokens are not getting
generated after a point. In the input file test.bdf, there is a portion like
this
dclform
THROBBER_SERVLET001:
"loading" := "true"; */* Things are terminating here
*/*
THROBBER_SERVLET002:
"loading" := "true";
Can anyone help me on this?
When i ran it like "java Main test.bdf", i am facing this issue.
Thanks,
Gokul.
List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address
BDF_Lexer.g
Description: Binary data
BDF_Parser.g
Description: Binary data
test.bdf
Description: Binary data
JMX_Templates.stg
Description: Binary data
Main.java
Description: Binary data
-- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
