merge if and list

This commit is contained in:
Folkert 2021-02-25 14:58:33 +01:00
parent fb2281d12d
commit d05039f295
5 changed files with 8 additions and 9 deletions

View file

@ -4,7 +4,7 @@ use crate::ident::{ident, lowercase_ident, Ident};
use crate::number_literal::number_literal;
use crate::parser::Progress::{self, *};
use crate::parser::{
backtrackable, optional, specialize, specialize_ref, word1, BadInputError, EPattern, PInParens,
backtrackable, optional, specialize, specialize_ref, word1, EPattern, PInParens,
PRecord, ParseResult, Parser, State, SyntaxError,
};
use bumpalo::collections::string::String;