A GUI-based parser for the tiny programming language built with JavaFX.
Download Oracle's JDK and import the code into your favorite IDE!...
OR you can find a prebuilt JAR in the /prebuilt
directory instead.
- Scanning predefined tokens of the language
- Parse the code and generate syntax tree
- Draw the syntax tree
- Generate a log file of the parsing phase in
parser_output.txt