lang: basic module syntax grammar
This commit is contained in:
parent
f6da90a354
commit
946ac879a7
7 changed files with 136 additions and 8 deletions
|
@ -7,4 +7,7 @@ pub enum SyntaxError {
|
|||
// if there was two space seperated items in a list
|
||||
SpaceSepInList,
|
||||
SemicolonInList,
|
||||
CommaInMatOrVec,
|
||||
UnterminatedTopLevelItem,
|
||||
UnclosedModuleBody,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue