the compiler's web console now has an api endpoint that provides a dump of each compiler object.

next is a GUI for this so we can selectively extend and look at properties

(if firefox's json viewer here supported nested fetching i'd already be done but alas...)

#devlog #scopes

figured it's time to add some real debugging UI to the compiler so i added a small webconsole.

presently it can only serve static files out of a designated directory and parse requests as scopes expressions.

once more it's quite useful when your parser builds an intermediate format rather than directly constructing an AST

#devlog #scopes