https://github.com/lionleaf/compiler
My implementation of a compiler for a simple language. It is being written as part of a course on compilers at the Norwegian University of Technology and Science.
https://github.com/lionleaf/compiler
Last synced: over 1 year ago
JSON representation
My implementation of a compiler for a simple language. It is being written as part of a course on compilers at the Norwegian University of Technology and Science.
- Host: GitHub
- URL: https://github.com/lionleaf/compiler
- Owner: lionleaf
- Created: 2013-02-16T20:34:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-22T09:56:49.000Z (over 13 years ago)
- Last Synced: 2025-02-15T09:36:01.086Z (over 1 year ago)
- Language: C
- Size: 378 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
compiler
========
My implementation of a compiler for a simple language. It is being written as part of a course on compilers at the Norwegian University of Technology and Science.