-
Notifications
You must be signed in to change notification settings - Fork 16
Compiler
Jinhui-Lin edited this page Dec 23, 2018
·
4 revisions
- Let's Build a Compiler article series from 1988 - 1995
- Build Your Own Lisp
- A handbook for making programming languages
- lcc : The lcc retargetable ANSI C compiler
- 8cc : 8cc is a compiler for the C programming language. It's intended to support all C11 language features while keeping the code as small and simple as possible.
- 9cc : 9cc is a successor of my 8cc C compiler. In this new project, I'm trying to write code that can be understood extremely easily while creating a compiler that generates reasonably efficient assembly.
- Binary Ninja : A NEW KIND OF REVERSING PLATFORM
- Compiler Explorer: an interactive compiler.