diff --git a/compilers/compilers.md b/compilers/compilers.md index f4b21444e7..1588dfe6e5 100644 --- a/compilers/compilers.md +++ b/compilers/compilers.md @@ -94,7 +94,6 @@ - [Diagrams for Composing Compilers (2020)](https://johnwickerson.wordpress.com/2020/05/21/diagrams-for-composing-compilers/) - [One-pass Compiler Primer (2020)](https://keleshev.com/one-pass-compiler-primer) ([HN](https://news.ycombinator.com/item?id=23270269)) - [SPARTA](https://github.com/facebookincubator/SPARTA) - Library of software components specially designed for building high-performance static analyzers based on the theory of Abstract Interpretation. -- [Nand2Tetris Hack assembler implemented in Rust](https://github.com/tamuhey/hack-assembler-rust) ([HN](https://news.ycombinator.com/item?id=23412434)) - [Let's make a Teeny Tiny compiler (2020)](http://web.eecs.utk.edu/~azh/blog/teenytinycompiler1.html) ([HN](https://news.ycombinator.com/item?id=23441767)) - [PPCI](https://github.com/windelbouwman/ppci) - Compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python. - [Awesome JIT](https://github.com/wdv4758h/awesome-jit)