Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Meta:Magical REPL browser v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@robotlolita robotlolita released this 27 May 20:37
· 50 commits to master since this release

The first release of the REPL browser allows one to browse annotated
objects in the Node REPL.

This includes the Browser object, which can inspect source code,
documentation, and a summary for the object. And a TerminalDisplay
object that tells the Browser how to display the information.

Displays are configurable, and need only to provide a .show method
that defines how to render the Browser AST.