https://github.com/programmerjake/my-compiler
SSA optimization and code generation test
https://github.com/programmerjake/my-compiler
Last synced: 9 months ago
JSON representation
SSA optimization and code generation test
- Host: GitHub
- URL: https://github.com/programmerjake/my-compiler
- Owner: programmerjake
- License: zlib
- Created: 2015-04-18T10:24:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-10T22:24:33.000Z (over 10 years ago)
- Last Synced: 2025-04-05T18:52:03.576Z (10 months ago)
- Language: C++
- Size: 426 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple compiler for testing out ssa optimizations and code generation