https://github.com/hyperentangledqubit/heq
Implementing a C compiler from scratch
https://github.com/hyperentangledqubit/heq
c compiler make
Last synced: 10 months ago
JSON representation
Implementing a C compiler from scratch
- Host: GitHub
- URL: https://github.com/hyperentangledqubit/heq
- Owner: HyperEntangledQubit
- License: gpl-3.0
- Created: 2023-05-27T23:05:27.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T23:13:46.000Z (almost 3 years ago)
- Last Synced: 2025-08-19T01:23:37.392Z (10 months ago)
- Topics: c, compiler, make
- Language: C
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HEQ Compiler
This is a toy project that will compile a subset of the C programming language.
This project does NOT clean up memory except where absolutely necessary.
## License
All code in this repository is released under the **MIT License**, for more
information take a look at the [LICENSE] file.
[LICENSE]: https://github.com/HyperEntangledQubit/heq/blob/master/LICENSE