https://github.com/idelvall/jack-compiler
A compiler for the Jack language (http://www.nand2tetris.org)
https://github.com/idelvall/jack-compiler
compiler jack-language nand2tetris
Last synced: 10 months ago
JSON representation
A compiler for the Jack language (http://www.nand2tetris.org)
- Host: GitHub
- URL: https://github.com/idelvall/jack-compiler
- Owner: idelvall
- Created: 2017-03-10T10:43:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T16:20:32.000Z (about 9 years ago)
- Last Synced: 2025-05-05T22:41:59.940Z (about 1 year ago)
- Topics: compiler, jack-language, nand2tetris
- Language: Java
- Size: 61.5 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jack-compiler
**Nand2Tetris** is an online, self-teachable course on Building a Modern Computer from First Principles http://www.nand2tetris.org/.
This is my project #11 submission, a compiler that translates the object-oriented Jack language into an intermediate stack-based language called VM code
## Support bugs and requests
https://github.com/idelvall/jack-compiler/issues
## Authors
- Ignacio del Valle Alles ()
Contributions are always welcome and greatly appreciated!
## License
Apache License, Version 2.0