Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 345 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 345 Bytes

simple-compilers

Several simple compilers implemented in C/C++ and Haskell, e.g. music notation compiler (simple music notation to abc notation), and several compilers for toy programming languages with different features.

  • jcc (three versions)
  • javascript-interpreter
  • music-translator
  • simple-calculator
  • tdp-compiler
  • miscellaneous