Functionsยง
- test_
eval_ err - Tests that evaluating a given piece of Mechylang code results in specific errors.
- test_
eval_ ok - Runs the passed in
Mechylang
code and panics if it fails. If code fails to run, the error is printed to stdout. - test_
parse_ ok - Parses the given Mechylang code and asserts that it is valid.