An open API service indexing awesome lists of open source software.

https://github.com/zenhack/phascal

Toy pascal compiler
https://github.com/zenhack/phascal

Last synced: 11 months ago
JSON representation

Toy pascal compiler

Awesome Lists containing this project

README

          

This is a toy pascal compiler, written in Haskell. It targets arm
assembly. The design so far is based on something I wrote in college for
a directed study. The files:

* `ex/ex1.pscl`
* `ex/ex2.pscl`
* `ex/ex3.pscl`

Are borrowed from Fred Green.