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.
carlosngo/pseudocode
An interpreter system written in Java and ANTLR. The system supports simple and compound statements such as functions and loops.
Java