kevinlawler / kona

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

1m: commit botch #630

Closed tavmem closed 2 years ago

tavmem commented 2 years ago

In an attempt to fix #629 with code changes that only addressed that specifically, I did not commit enough of the changes. Currently, this works

"file" 1: (1;1.0;"c";`d;1 2;3.0 4.0;"ef";`g`h;();(1;`z))

But then this fails

  1: "file"
nonce error
>

Today: I will try to commit enough of the code changes to resolve this.