From 65253a8ed8eb607422824a809da5fab2a5481cc4 Mon Sep 17 00:00:00 2001 From: l-m Date: Mon, 21 Nov 2022 04:16:51 +1100 Subject: [PATCH] fix: edit stas entry to reflect its current state (#158) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f13db19..1c97d02 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ ### Interpreters/Compilers -- [stas](https://github.com/l1mey112/stas) - A stack based compiled programming language. Takes inspiration from Forth with a modern syntax. +- [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. - [monkey_v](https://github.com/Delta456/monkey_v) - Implementation of [Thorsten Ball's Monkey Language](https://interpreterbook.com/) in V. - [vbf](https://github.com/vpervenditti/vbf) - A brainfuck interpreter/compiler. - [vcc](https://github.com/lemoncmd/vcc) - A C compiler written in V.