Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 472 Bytes

File metadata and controls

11 lines (8 loc) · 472 Bytes

Nulang Conformance Suite

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 .json output).

Run with ./run.py.