- Values:
true,false,x,(v, w) - Terms:
let x = t in ulet (x, y) = v in tsamplecase v of b1 | b2 | ... end
- Branches:
value -> term, separated by|, terminated byend.
CLI
- Build the CLI:
dune build
- Run from build dir:
_build/default/src/main.exe < file.qbn- or
_build/default/src/main.exeand type input, Ctrl-D to end.