An open API service indexing awesome lists of open source software.

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

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