port platform module

This commit is contained in:
Folkert 2021-03-09 22:00:00 +01:00
parent 3eddedc566
commit 25d7caa89e
3 changed files with 44 additions and 8 deletions

View file

@ -350,6 +350,7 @@ pub enum EHeader<'a> {
Space(BadInputError, Row, Col),
ModuleName(Row, Col),
AppName(EString<'a>, Row, Col),
PlatformName(Row, Col),
IndentStart(Row, Col),
}