Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 181 Bytes

File metadata and controls

8 lines (6 loc) · 181 Bytes

Syntax Reference

Formal EBNF definition of the AETHER language syntax.

Program ::= (Statement)*
Statement ::= IntentDef | FunctionDef | ModuleDecl | UseDecl | ExprStmt
```\n