pub fn parse_without_pos(lexer: Lexer<'_>) -> Result<Vec<Def>, Error>
Parse without positional information. Provided mainly to support testing, to enable equality testing on structure alone.