Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 251 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 251 Bytes

pascal-compiler

Project Repository for the Pascal Dialect Compiler as part of the Compiler Construction course.

Currently implemented

  • File loading
  • Tokenization

TODO:

  • Parsing
  • AST generation
  • LLVM integration
  • Executable Output