From 7d19ca22ed53e02983b6a7d8f23b5ffb5159c7ef Mon Sep 17 00:00:00 2001 From: Wertzui123 <46199283+Wertzui123@users.noreply.github.com> Date: Tue, 9 Aug 2022 00:19:58 +0200 Subject: [PATCH] Add the `stas` compiler (#140) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c1dd32..e617578 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ - [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. - [Vork](https://github.com/Itay2805/Vork) - Alternative V compiler/interpreter written in Python. +- [Stas](https://github.com/l1mey112/stas) - A werid little stack based programming language written in V, created to learn the ins and outs of compilers. ### Operating systems/Kernels