Implemented Program Parser

This commit is contained in:
Darkress
2023-05-09 22:44:59 +02:00
committed by DarkressX
parent 3cda4057ac
commit 97a75622f9
3 changed files with 33 additions and 4 deletions

View File

@@ -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"));
}
}