Add README.md

This commit is contained in:
Konstantin Nazarov 2024-08-04 00:01:46 +01:00
parent b0166cc7da
commit 91280bc5aa
Signed by: knazarov
GPG key ID: 4CFE0A42FA409C22

View file

@ -62,14 +62,14 @@ it would be as slow as TCL, it would still be fine for many practical things.
You'd need `gcc` and `cmake`. You'd need `gcc` and `cmake`.
At this moment, only a basic VM and assembler are implemented. At this moment, only a bare minimum of functionality is implemented.
To run: To run:
```sh ```sh
cmake . cmake .
make make
cat examples/factorial.asm | ./asm | ./vm ./vli
``` ```
To run tests: To run tests: