From 127299a1596400884046e85a1a737ab13df651f9 Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Tue, 28 Sep 2021 22:58:44 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 353f53c..245ec42 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# microgentambly \ No newline at end of file +# microgentambly + +Micro assembly-like interpreted languages +Work in progress, does not support many features atm + +you can check the prorgams by running +``` +python3 gg.py examples/filename.py +```