Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ _This section aims at listing code projects of Compilers, Interpreters, Translat
* [gone](https://github.com/paivett/gone) - Compiler for a tiny programming language called Gone, implemented using Python 3.6, SLY and llvmlite. Developed as part of the January 2018 [Write a compiler course](http://www.dabeaz.com/compiler.html), under the supervision of David Beazly.
* [Hython](https://github.com/mattgreen/hython) - Haskell-powered Python 3 interpreter.
+ Discussions: [Reddit](https://redd.it/46f8j4).
* [jit-tutorial](https://github.com/spencertipping/jit-tutorial) - How to write a very simple JIT compiler
* [llgo](https://github.com/llvm-mirror/llgo) - Go frontend for LLVM written in Go.
* [MAL](https://github.com/kanaka/mal): Make a Lisp - Clojure-inspired Lisp interpreter implemented in 64 languages.
* [MetaScala](https://github.com/lihaoyi/Metascala) - Metacircular JVM implementation in Scala.
Expand Down