Skip to main content

Module parser

Module parser 

Source

Structs§

Parse
Result of parsing a .brink source file.
ParseError
A parse error with a message and the source range it points at.

Enums§

ParseSeverity
A parse diagnostic’s severity — whether it blocks compilation.

Functions§

parse
Parse a .brink source string into a lossless CST.
parse_with_cache
Parse with a shared rowan::NodeCache for green-node interning.