Expand description
Parser for ISLE language.
Functionsยง
- parse
- Parse the top-level ISLE definitions and return their AST.
- parse_
without_ pos - Parse without positional information. Provided mainly to support testing, to enable equality testing on structure alone.