(WIP) ddd programming language
- Download and install rust programming language and cargo.
- In terminal open directory where you've cloned this repository.
- Run:
$ cargo build
- In terminal open directory where you've cloned this repository.
-
Run:
$ cargo run
if you want to use simple input-output cli.
-
Run:
$ cargo run -- --src ./test/test.ddd
if you want to execute it from source file.