DylanSp / faust-lang

An experimental language for exploring contract-based programming
MIT License
0 stars 0 forks source link

Extend testing with example programs #4

Open DylanSp opened 1 year ago

DylanSp commented 1 year ago

Have a folder of example programs, with expected output and any necessary input. Build the interpreter, run against all examples, check that actual output matches the expected output (similar to wheel-lang; see its examples and its test driver script)