Sending int[] instead of a bunch of int for enum type transport; cleaning up method...
[iot2.git] / others / jflex / README
1 Compiling Jflex source code into a lexer java file:
2
3 1) Read the manual to install Jflex on our system here: http://jflex.de/manual.html
4 2) Don't forget to compile the JavaCUP (.cup) file first if we want to connect the Jflex lexer with a JavaCUP parser
5 3) Compile the Jflex (.jflex) file using this command:
6
7         jflex <filename>.jflex
8 4) A file, Lexer.java, will be generated and it can be compiled together with the Parser.java and sym.java from JavaCUP