From dd01bd70a6bffef201ba740eddcf980136ba669b Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 27 Dec 2019 09:14:33 +0100 Subject: [PATCH] vcc --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fbbaff..129a681 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ A curated list of awesome V frameworks, libraries, software and resources. ### Interpreters/Compilers * [v](https://github.com/vlang/v) - V itself. Simple, fast, safe, compiled language for developing maintainable software. * [vbf](https://github.com/vpervenditti/vbf) - A brainfuck interpreter/compiler. +* [monkey_v](https://github.com/Delta456/monkey_v) - Implementation of [Thorsten Ball's Monkey Language](https://interpreterbook.com/) in V +* [vcc](https://github.com/lemoncmd/vcc) - a C compiler written in V. ### Editors * [vid](https://github.com/vlang/vid) - 1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s. @@ -151,7 +153,7 @@ A curated list of awesome V frameworks, libraries, software and resources. * [The Book of V](https://github.com/KeyWeeUsr/the-book-of-v/) ### Programming Languages -* [monkey_v](https://github.com/Delta456/monkey_v) - Implementation of [Thorsten Ball's Monkey Language](https://interpreterbook.com/) in V + ### Community * [V Community](https://github.com/v-community)