Q. Cutts  -  Compilers 4
4
Jlex – LA generator in Java
•Parse/Tiger.lex contains most of the Lexical level syntax definition for Tiger
–but not strings
•type make
–produces a java lexical analyer Yylex.java
•Construct a Tiger test program
•java Parse.Main test.tig
–