mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-21 12:30:16 +00:00
faster module name parsing
This commit is contained in:
parent
d6ff5540dc
commit
932dcf6da7
2 changed files with 70 additions and 70 deletions
|
@ -348,6 +348,7 @@ pub enum EHeader<'a> {
|
|||
Effects(EEffects<'a>, Row, Col),
|
||||
|
||||
Space(BadInputError, Row, Col),
|
||||
Start(Row, Col),
|
||||
ModuleName(Row, Col),
|
||||
AppName(EString<'a>, Row, Col),
|
||||
PlatformName(Row, Col),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue