From 6a107491bb4da7a59cf827cbdbb494cf6e3b2dfb Mon Sep 17 00:00:00 2001 From: fermarsan Date: Mon, 15 Jan 2024 11:55:22 -0500 Subject: [PATCH 1/4] append Aixt project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94271ec..60d50d3 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ - [vfuck](https://github.com/ShayokhShorfuddin/VFuck) - A brainfuck interpreter written 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. +- [Aixt](https://github.com/fermarsan/aixt) - Programming framework for microcontrollers based on a V-based language. ### Operating systems/Kernels From 9704291f09679137ab6c8d2c9d7366788f866fdb Mon Sep 17 00:00:00 2001 From: fermarsan Date: Mon, 15 Jan 2024 20:22:15 -0500 Subject: [PATCH 2/4] example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60d50d3..c3d45e5 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ - [Applications](#applications) - [Command-line](#command-line) + - [Aixt](https://github.com/fermarsan/aixt) - [Editors](#editors) - [Games](#games) - [Graphics](#graphics) From b3c14d5f80a232ae4d8a9885736e89d32b716832 Mon Sep 17 00:00:00 2001 From: fermarsan Date: Mon, 15 Jan 2024 20:41:02 -0500 Subject: [PATCH 3/4] append Aixt project --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c3d45e5..60d50d3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ - [Applications](#applications) - [Command-line](#command-line) - - [Aixt](https://github.com/fermarsan/aixt) - [Editors](#editors) - [Games](#games) - [Graphics](#graphics) From f3ec122d67b9feeaaa78dcb6edc99cb523bd8d17 Mon Sep 17 00:00:00 2001 From: fermarsan Date: Sat, 20 Jan 2024 00:29:16 -0500 Subject: [PATCH 4/4] Alpha order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60d50d3..c665db0 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ ### Interpreters/Compilers +- [Aixt](https://github.com/fermarsan/aixt) - Programming framework for microcontrollers based on a V-based language. - [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. @@ -116,7 +117,6 @@ - [vfuck](https://github.com/ShayokhShorfuddin/VFuck) - A brainfuck interpreter written 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. -- [Aixt](https://github.com/fermarsan/aixt) - Programming framework for microcontrollers based on a V-based language. ### Operating systems/Kernels