Function parse_without_pos

Source
pub fn parse_without_pos(lexer: Lexer<'_>) -> Result<Vec<Def>, Error>
Expand description

Parse without positional information. Provided mainly to support testing, to enable equality testing on structure alone.