kevinlawler / kona

Open-source implementation of the K programming language
ISC License
1.36k stars 138 forks source link

Missing error message (redux) #531

Closed tavmem closed 5 years ago

tavmem commented 5 years ago

The following should produce an error message (but does not):

$ rlwrap -n ./k
kona      \ for help. \\ to exit.

  .[+;(1;`b);:]

In the test cases, the following case runs OK:

TC((1;"type"), .[+;(1;`b);:])