https://github.com/zenhack/phascal
Toy pascal compiler
https://github.com/zenhack/phascal
Last synced: 11 months ago
JSON representation
Toy pascal compiler
- Host: GitHub
- URL: https://github.com/zenhack/phascal
- Owner: zenhack
- License: gpl-3.0
- Created: 2015-03-31T03:43:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T12:59:03.000Z (about 10 years ago)
- Last Synced: 2025-02-03T13:45:13.282Z (about 1 year ago)
- Language: Haskell
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.