teascript icon indicating copy to clipboard operation
teascript copied to clipboard

Add a Web REPL

Open ShawSumma opened this issue 1 year ago • 1 comments

Adds a simple web REPL that can be started with make -C web.

Does not block JS main thread.

Does not need run button, runs code on change.

ShawSumma avatar Jun 02 '24 00:06 ShawSumma

Here's some working code in it. fib35-teascript

Here's it running out of time to run something and not crashing. timeouts

Here's it reporting an error. errors

ShawSumma avatar Jun 02 '24 00:06 ShawSumma