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