faster module name parsing

This commit is contained in:
Folkert 2021-03-09 22:34:10 +01:00
parent d6ff5540dc
commit 932dcf6da7
2 changed files with 70 additions and 70 deletions

View file

@ -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),