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 snippet to see the structured preview response.
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 returns a structured preview payload for the M7 Script demo. No host execution happens yet, so the page
stays safe and predictable while the runtime matures.
The original temp console used Bootstrap and jQuery. This version is wired into the shared M7 page stack instead.