Skip to content

sunjay/pea

Repository files navigation

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.

About

PL / Compilers / Interpreters Experimentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages