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.