|
@@ -425,6 +425,7 @@ _This section aims at listing code projects of Compilers, Interpreters, Translat
|
|
|
* [MetaScala](https://github.com/lihaoyi/Metascala) - Metacircular JVM implementation in Scala.
|
|
|
* [mini-js](https://github.com/maierfelix/mini-js) - Experimental self-hosted JavaScript compiler in 1K LoC.
|
|
|
* [MunVM](https://github.com/MunVM/MunVM) - Lua VM & Compiler in C.
|
|
|
+ * [MY-BASIC](https://github.com/paladin-t/my_basic) - An embeddable BASIC dialect interpreter in C with modern paradigms.
|
|
|
* [Poprc](https://github.com/HackerFoo/poprc) - Compiler for the Popr Language.
|
|
|
* [PyCOOLC](https://github.com/aalhour/PyCOOLC) - Compiler for the COOL Programming Language written in Python 3.
|
|
|
* [RabbitVM](https://github.com/rabbitvm/rabbit) - RISC-based VM implementation in C.
|