From 331f4804f17879d58749877c3f2e5f6e886622be Mon Sep 17 00:00:00 2001 From: StunxFS <56417208+StunxFS@users.noreply.github.com> Date: Sat, 24 Jul 2021 12:57:23 -0400 Subject: [PATCH] readme: add `foxil` (#109) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64b5f2c..955aead 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,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. +- [Foxil](https://github.com/StunxFS/foxil) - An intermediate language designed to facilitate compiler code generation. ### Operating systems/Kernels