From c5c65e2422efd532389f0e539201f3701f709430 Mon Sep 17 00:00:00 2001 From: Adrian Sampaleanu Date: Tue, 29 Aug 2023 01:49:10 -0400 Subject: [PATCH] Added cotowali and re-sorted some of the sections (#178) * Added cotowali and re-sorted some of the sections * Resolve conflicts --------- Co-authored-by: Turiiya <34311583+ttytm@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 05beaca..b1595a0 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ ### Interpreters/Compilers +- [cotowali](https://github.com/cotowali/cotowali) - A statically typed scripting language that transpiles into POSIX sh. - [monkey_v](https://github.com/Delta456/monkey_v) - Implementation of [Thorsten Ball's Monkey Language](https://interpreterbook.com/) in V. - [stas](https://github.com/l1mey112/stas/tree/0.1.0-v-compiler) - A stack based compiled programming language. The bootstrap compiler is written in V. - [v](https://github.com/vlang/v) - V itself. Simple, fast, safe, compiled language for developing maintainable software. @@ -365,6 +366,7 @@ - [V Playground](https://play.vlang.io) - [V Playground (old)](https://v-wasm.now.sh/) +- [VOSCA V Playground](https://play.vosca.dev) ### Operating Systems & OS Development Examples