Module parser

Source
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.