mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
finish up string problems
This commit is contained in:
parent
2f4099f1f0
commit
5b3c7eeee3
4 changed files with 91 additions and 4 deletions
|
@ -421,14 +421,13 @@ pub enum Number {
|
|||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub enum EString<'a> {
|
||||
Open(Row, Col),
|
||||
End,
|
||||
|
||||
CodePointOpen(Row, Col),
|
||||
CodePointEnd(Row, Col),
|
||||
|
||||
Space(BadInputError, Row, Col),
|
||||
EndlessSingle(Row, Col),
|
||||
EndlessMulti,
|
||||
EndlessMulti(Row, Col),
|
||||
UnknownEscape(Row, Col),
|
||||
Format(&'a SyntaxError<'a>, Row, Col),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue