mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-22 04:44:06 +00:00
port platform module
This commit is contained in:
parent
3eddedc566
commit
25d7caa89e
3 changed files with 44 additions and 8 deletions
|
@ -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),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue