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

https://github.com/ssloy/tinyoptimizer

Can I make an *optimizing* compiler under 1k lines of code?
https://github.com/ssloy/tinyoptimizer

Last synced: 12 months ago
JSON representation

Can I make an *optimizing* compiler under 1k lines of code?

Awesome Lists containing this project

README

          

# Can I make an *optimizing* compiler under 1k lines of code?
## N.B.: Under construction! This is a fork of my tinycompiler, and I have no idea where it is going.

Current description is available here:
[![](https://ssloy.github.io/tinyoptimizer/home/tinyoptimizer.png)](https://ssloy.github.io/tinyoptimizer/)

Here I am playing with code optimizations, if you are interested in lexer/parser/symbol tables and assembly generation, check the [tinycompiler](https://github.com/ssloy/tinycompiler).