Adds more run command info
This commit is contained in:
parent
98166bfa2e
commit
91daf372a9
14
README.md
14
README.md
@ -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
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user