Recognizing Multiple Language Dialects
For our first lesson, weâre going to learn how to use semantic predicates to deactivate parts of a Java grammar. The effect will be to recognize different dialects, according to results of evaluating Boolean expressions on-the-fly. In particular, weâre going to see how the same parser can switch between allowing and disallowing enumerated types.
The Java language has been extended over the years to include new constructs. For example, prior to Java 5, the following declaration was invalid:
â | âenumâ Temp { HOT, COLD } |
Rather than building separate compilers for the slightly different dialects, the Java compiler javac has a -source option. Hereâs what happens when we try ...
Get The Definitive ANTLR 4 Reference, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.