mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
checkpoint 2
This commit is contained in:
parent
5ec0103996
commit
98a3d42eff
5 changed files with 120 additions and 48 deletions
|
@ -420,9 +420,14 @@ pub enum Number {
|
|||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub enum EString<'a> {
|
||||
Open(Row, Col),
|
||||
End,
|
||||
LineTooLong,
|
||||
EndlessSingle,
|
||||
|
||||
CodePointOpen(Row, Col),
|
||||
CodePointEnd(Row, Col),
|
||||
|
||||
Space(BadInputError, Row, Col),
|
||||
EndlessSingle(Row, Col),
|
||||
EndlessMulti,
|
||||
StringEscape(Escape),
|
||||
Format(&'a SyntaxError<'a>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue