Instructions
- Keep snippets small and focused while testing parser phases.
- Use explicit parentheses when you are comparing normalization behavior.
- Switch back to the Program tab after resetting the example.
Use your m7 identity to continue.
You will be sent to m7 SSO to confirm access and return here when you are done.
Department categories are based on the original m7.org contact modal and can be wired to handlers later.
Loading…
Edit, submit, and inspect without leaving the page.
No output yet. Run a V1 snippet to see its execution result.
This is the v1 prototype parser and interpreter. It is limited to 1000 characters and still has some quirks with parentheses parsing, which can make it slow. v2 solves these problems, but ASTs are not yet compatible with the interpreter.
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.
The endpoint accepts URL-encoded form data with code, lang, and phase,
then executes it through the pinned V1 M7 Script runtime and returns a structured JSON response for this
workbench.
The original temp console used Bootstrap and jQuery. This version is wired into the shared M7 page stack instead.