mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-16 10:00:15 +00:00
add very rough framework of how the parse might need to change
This commit is contained in:
parent
1059c81d33
commit
99547086ee
6 changed files with 91 additions and 37 deletions
|
@ -232,6 +232,9 @@ pub enum EImports {
|
|||
IndentSetStart(Position),
|
||||
SetStart(Position),
|
||||
SetEnd(Position),
|
||||
TypedIdent(Position),
|
||||
AsKeyword(Position),
|
||||
StrLiteral(Position),
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue