You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Noah Pederson 7fd7c317a4 Minor changes 5 years ago
.vscode Finished 6 years ago
.gitignore Initial commit 6 years ago
Compiler.cs some test code 5 years ago
EPC.cs Compiler almost done 5 years ago
InfixToPostfix.cs Compiler almost done 5 years ago
LICENSE Initial commit 6 years ago
Lab06.csproj Initial commit 6 years ago
PostfixEvaluator.cs Compiler almost done 5 years ago
Program.cs Compiler almost done 5 years ago
README.md Minor changes 5 years ago
out.epml some test code 5 years ago
source.epb Compiler almost done 5 years ago
test1.epb some test code 5 years ago
test2.epb some test code 5 years ago

README.md

C-Sharp-Lab06

As of right now, applications compile and run, all basic features are implemented with the exception of all comparison operators. It appears let statements that reference the variable they're setting either aren't working, or something else isn't working. Change FILENAME to the epb file you wish to compile and run.