pico8lisp
pico8lisp copied to clipboard
Lisp implementation for the PICO-8 virtual machine
Results
2
pico8lisp issues
Sort by
recently updated
recently updated
newest added
Jump to start of line Jump to end of line Jump to next ")" Jump to previous "(" Delete inside of "()"
Errors need to bubble up in expressions. `(+ 1 'a)` results in `error not int a` `(= 1 (+ 1 'a))` results in `()`. Expected: `error...`.