Hi,
I am implementing a custom language, I need to know if there is any way i can
do
my semantic analysis phase without using the target language code
in the actions? Semantic phase include type checking, type promotion stuff etc.
Currently I am generating tree from simple grammar than walking that tree
through tree grammar for semantic analysis and than interpreting it. I don't
want to embedded the JAVA target code to do type checking stuff as because
of this the code will not remain portable across target languages. Is there any
way to do it in ANTLR?
Thanks.
List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe:
http://www.antlr.org/mailman/options/antlr-interest/your-email-address
--
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.