Printable idea sheet
lexer_bridge_to_syntax
reqlan rq/language/parser_lexer.rq:5
The context-sensitive token builder is what makes block_idea and prose braces coexist:
structural `{` / `}` are only those that open or close ideas, while nested_curly_braces stay body text.
context_sensitive_lexer_scaling is the performance contract for that bridge; code_snippets is the opacity contract so fence interiors never feed the brace timeline.
Interactive page: lexer_bridge_to_syntax