Skip to content

sebdesl/COMP442

 
 

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

No packages published

Languages

  • C# 53.0%
  • MoonScript 16.7%
  • C 13.2%
  • MATLAB 7.2%
  • M 5.2%
  • TeX 4.7%