README MiniBasic version 1.0 ---------------------- Building from sources ===================== Required components: * SableCC 2.18.0 or newer (http://sourceforge.net/projects/sablecc) * ANT 1.3 or compatibile (http://jakarta.apache.org/ant) You need to have sablecc.jar in your CLASSPATH and ANT installed. To build executable jar just type: ant in the top level directory. Running the interpreter ======================= java -jar minibasic.jar test.basic Printing the AST tree ===================== java -cp minibasic.jar org.sablecc.minibasic.tool.PrintTree [--gui] test.basic Contact and Feedback ==================== http://sourceforge.net/projects/sablecc