/pea

PL / Compilers / Interpreters Experimentation

Primary LanguageRustMozilla Public License 2.0MPL-2.0

pea

Build Status

Programming languages / compilers / interpreters experiments

Building and Running Tests

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.