Adds more run command info

This commit is contained in:
Johan B.W. de Vries 2025-01-05 16:49:43 +01:00
parent 98166bfa2e
commit 91daf372a9

View File

@ -4,3 +4,17 @@ lang0
The base of language; a language designed to be just a compiler for other languages.
And you probably won't write _your_ custom language in lang0, but in a system language built in lang0.
How to run
===
Install python3 and make
```sh
make clean run
```
Get more info
```
make TRACE=1 clean run
```