Description: Achieved by recursive descent PL0 language compiler, the program divided into three parts: lexical analysis, syntax analysis, simulation of the actuator. Finite state machine is better than the traditional way of if-else.
To Search:
File list (Check if you may need any files):
Compilers\.project
.........\.classpath
.........\kejian.txt
.........\targetCode.txt
.........\compiler\Lexical.java
.........\........\Syntax.java
.........\........\Token.java
.........\........\TableNode.java
.........\........\Table.java
.........\........\CodeNode.java
.........\........\Code.java
.........\........\Constants.java
.........\........\Interpreter.java
.........\........\Token.class
.........\........\TableNode.class
.........\........\Table.class
.........\........\Syntax.class
.........\........\Lexical.class
.........\........\Interpreter.class
.........\........\Constants.class
.........\........\Constants$FUNC.class
.........\........\CodeNode.class
.........\........\Code.class
.........\compiler
Compilers