Skip to content

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

Notifications You must be signed in to change notification settings

carlosngo/pseudocode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages