mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 20:14:45 +00:00
Update Parser
: support for length-specified arrays
This commit is contained in:
parent
27379b1e95
commit
40d4b6da1d
9 changed files with 683 additions and 482 deletions
|
@ -88,7 +88,7 @@ pub type LexResult<T> = Result<T, LexError>;
|
|||
|
||||
pub type ParseError = LexError;
|
||||
pub type ParseErrors = LexErrors;
|
||||
pub type ParseResult<T> = Result<T, ParseError>;
|
||||
pub type ParseResult<T> = Result<T, ()>;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct DesugaringError {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue