Implement more of parse table generation
This commit is contained in:
parent
5eb8806959
commit
a3dcfa0a52
14 changed files with 1515 additions and 107 deletions
|
|
@ -3,6 +3,7 @@ pub enum Error {
|
|||
GrammarError(String),
|
||||
SymbolError(String),
|
||||
RegexError(String),
|
||||
ConflictError(String),
|
||||
}
|
||||
|
||||
pub type Result<T> = std::result::Result<T, Error>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue