-
Notifications
You must be signed in to change notification settings - Fork 0
Syntax Overview
Benedict Albrecht edited this page May 20, 2026
·
3 revisions
This page provides a quick reference for all Crodox syntax elements.
| Syntax | Element | Notation |
|---|---|---|
| File | <~ file.xy ~> |
<~> |
| Object (visible) | <: object :> |
<:> |
| Object (hidden) | <* object *> |
<*> |
| Sub-body |
<---> or <- varA, varB ... ->
|
|
| Reference | <-{ refA, refB ... }-> |
|
| Variable | << variable >> |
|
| Options (Or) | <| optionA <||> optionB ... |> |
|
| Repeat | <? repeat ?> |
|
| Jump | -->> stop |
| Syntax | Description |
|---|---|
<< variable >> |
Standard variable |
<< "path" >> |
File path reference |
<< 'ref' >> |
Object reference (no overwrite) |
<< VARIABLE >> |
Uppercase (overwrite, no dependency) |
<< variable:hook >> |
Hook scope |
<< variable:global >> |
Global scope |
<< variable:up >> |
Up scope |
<< variable:siblings >> |
Siblings scope |
<< variable:down >> |
Down scope |
<< variable:following >> |
Following scope (default) |
- 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