Update README.md

This commit is contained in:
Mattia Mascarello 2021-09-28 22:58:44 +02:00 committed by GitHub
parent bec53bad12
commit 127299a159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,9 @@
# microgentambly
# 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
```