kevinlawler / kona

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

Missing error message #529

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.

  (@[.:;"a: 1 1 1; a/[0] +: 10";:] )

In fact, in the test cases, the following case runs OK:

  TC( (@[.:;"a: 1 1 1; a/[0] +: 10";:] ), (1;"valence") )
tavmem commented 5 years ago

Re-opened by backout to fix #532.