This repository was archived by the owner on Apr 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Cyberunner23/COMP442
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Final Submission
TO COMPILE:
1. Use Visual Studio to compile the project
NOTE: The project requires windows
NOTE: The submission comes with precompiled binaries in the bin directory
TO RUN:
1. Go into the bin directory
2. Run the executable:
- LexerDriver.exe <filePath>
To only run the lexer (Assignment 1)
- ParserDriver.exe <filePath>
To run lexer, syntactic analysis, symbol table creation and semantic checking (Assignment 1, 2, 3)
- CodeGenUtils.exe <filePath>
To run all including code generation (Assignment 1, 2, 3, 4)
3. Alternatively: Open the project in Visual Studio and run it from there.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published