Procházet zdrojové kódy

Merge pull request #23 from paladin-t/master

Adding MY-BASIC
Ahmad Alhour před 8 roky
rodič
revize
1a14e028fa
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -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.