Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 249 Bytes

File metadata and controls

6 lines (3 loc) · 249 Bytes

tiny-pascal

tiny-pascal is a compiler and interpreter for a very small programming language resembling Pascal. It makes use of bison for the grammar and flex for the lexer.

The compiler generate mips32 code and is not complete.