You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
The REPL does not work right now. You need to figure out which compilation stage the REPL fits into (probably the first and the last) and modify the interpreter so that it can wrap whatever is printed into a main loop. Would be a good idea to make a VM at the start of a REPL session and then incrementally execute as instructions are entered. Could also make a hell of a debugging mode.