Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 297 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 297 Bytes

micropascal

micropascal is a compiler for a subset of the Pascal language that compiles to LLVM IR and executed using the LLVM Kaleidoscope JIT.

Features:

  • Mutable variables
  • Procedures
  • Binary operations (+, -, *, /, <)
  • For loops
  • If statements

Dependencies

  • None