Skip to content

Add sudoku example (fixes jsr_ap/jmp_ap bug and adds a debugger GUI)

Clean Importer requested to merge sudoku into master

This resolves an issue with jsr_ap2 (and friends). The closure node was left on the stack for precisely-saturated closures. The issue appeared for Start = merge [(1,2)] [(2,1)].

Also, this adds the debugger GUI.

Edited by Clean Importer

Merge request reports