What This Demo Is For
This console is a workbench for the M7 Script language/compiler demo. ActiveTags powers the tabs, dialog, and
submit flow, while the page exercises the language target and compiler phases.
What It Uses
- ui.tabs for Program, Output, and Notes panel switching.
- ui.dialog for this notes modal.
- ActiveTags for module loading and the submit pipeline.
- M7 Script for the language demo target.
- fetch against the local console endpoint for the structured preview response.
Current Behavior
The endpoint accepts URL-encoded form data with code, lang, and phase,
then runs the pinned V2 lexer or V2 driver.php parser harness and returns the final parse trees for this
workbench.