commit 13af168cd3e53aff587ec7c919547c20eb0d178a parent cad7e07fadfb554b4d3f273fc2792f938d4b7d1d Author: bain3 <31798786+bain3@users.noreply.github.com> Date: Sat, 27 Nov 2021 16:39:29 +0100 add readme Diffstat:
A | README | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -0,0 +1,4 @@ +Shitshow - a shitty programming language + +At this point not even functional. The compiler generates the AST, +not yet the bytecode, nor do we have an interpreter.