carlosngo / pseudocode

An interpreter system written in Java and ANTLR. The system supports simple and compound statements such as functions and loops.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Garay, Nicole
Ngo, Carlos
Villaroman, Shasha

Main function - Main.java

How to run the parser:
1. Open your IDE
2. Go to the main function in Main.java
3. Press run on your IDE
4. You should see the GUI
5. Input the file to be parsed
6. Press the compile button in the GUI


Program description:

This is a parser which uses the pseudocode language design to parse through an input and indicate where there are errors.

About

An interpreter system written in Java and ANTLR. The system supports simple and compound statements such as functions and loops.


Languages

Language:Java 92.6%Language:ANTLR 6.5%Language:C++ 0.6%Language:CSS 0.2%