Implemented Program Parser
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
class HelloWorld {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello, World!");
|
||||
int input = Integer.decode("0x0070");
|
||||
CommandDecoder commandDecoder = new CommandDecoder(input);
|
||||
System.out.println(Parser.parser("TPicSim2.LST"));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user