mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-19 03:20:14 +00:00
Start single-quote literal parser work
This commit is contained in:
parent
b25862a93b
commit
dc2016dc0d
5 changed files with 141 additions and 0 deletions
|
@ -419,6 +419,7 @@ pub enum EExpr<'a> {
|
|||
InParens(EInParens<'a>, Row, Col),
|
||||
Record(ERecord<'a>, Row, Col),
|
||||
Str(EString<'a>, Row, Col),
|
||||
SingleQuote(char, Row, Col),
|
||||
Number(Number, Row, Col),
|
||||
List(List<'a>, Row, Col),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue