Programming languages / compilers / interpreters experiments
To build the interpreter and run it on a sample file:
cargo run tests/run-pass/hello.pea
To run tests:
cargo test
To run tests and overwrite the .stdout
and .stderr
files:
TESTRUNNER=overwrite cargo test
This should only be used when the output is modified and those files need to be updated.