This directory is the independent, reference behavioral specification for Nulang. It is an artifact of the language, not the implementation: any future runtime (e.g., the bootstrap compiler) must pass these cases to be considered a conforming Nulang implementation.
grammar/: Syntax positive/negative cases (run against parser directly).behavior/: End-to-end execution cases (.nula+ expected.jsonoutput).
Run with ./run.py.