The full grammar source is maintained in:Documentation Index
Fetch the complete documentation index at: https://docs.brim-lang.com/llms.txt
Use this file to discover all available pages before exploring further.
Practical parser notes from the grammar
The grammar includes explicit ambiguity guidance for parser implementation:- record declarations vs record expressions
- generic arguments vs comparison operators
- newline-sensitive list separators
ispattern checks at comparison precedence- fallible binding (
pattern <- expression) as statement-level syntax - pipeline lowering behavior (
|>)