Java Tools Section Index | Page 92

Are there any JSP engines which support JavaScript?

How can I handle languages where keywords can also be identifiers?

All I know is that I need to build a parser or translator. Give me an overview of what ANTLR does and how I need to approach building things with ANTLR.

Can I do (one-pass) code generation with a tree parser? What is the normal code generation strategy?

Does ANTLR always backtrack if I use a syntactic predicates?

How can I avoid traversing a subtree while tree parsing? Is there an operator or command for this?

How can I deal with statements split across lines with a continuation character like Fortran or COBOL or the C preprocessor?

How can I handle '-' (minus sign) in my identifiers or keywords?

How do I propagate/copy a type tree to multiple declarators of a variable declaration?

How do I recognize identifiers that can start with a number?

How to I create a list nodes instead of a two-dimensional tree?

What do "syntax" and "semantics" mean and how are they different?

What is the difference between a heterogeneous tree and a homogeneous tree; why would I want one over the other?

Why do I get the following Java interpreter error: "Can't find antlr/Tool"?

Why doesn't my definition of string or comment does not match all characters in my input or why aren't my tokens defined by string literals matched by the lexer?

About | Sitemap | Contact