-
Notifications
You must be signed in to change notification settings - Fork 0
Jump Instructions
Benedict Albrecht edited this page May 20, 2026
·
5 revisions
The jump instruction accepts any tokens and stops at the token after the -->> symbol. This is useful for defining constructs where the content between start and end delimiters is irrelevant to the grammar (e.g., comments).
-->> stopToken
<:comment1:> // -->> \n <:>
Matches everything from // until a newline character.
<:comment2:> /* -->> */ <:>
Matches everything from /* until */.
- Getting Started
- Sign-Up
- Home Screen
- Creating Your First Template
- Template Editor
- Application Navigation
- Syntax Overview
- Workflow: End-to-End
- Workflow: Test with simpleDemo
- Workflow: Build Template from angularTemp
- Demo Repositories
- Template
- Workbench
- GitHub Integration
- GitHub App Installation
- GitHub Repository Setup
- GitHub Re-linking
- Settings
- Overview
- Declarations
- Types
- Scoping