mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Parse unicode escape sequences
This commit is contained in:
parent
b995ccef75
commit
5080a7e24b
4 changed files with 103 additions and 46 deletions
|
@ -609,6 +609,7 @@ pub enum Attempting {
|
|||
Module,
|
||||
Record,
|
||||
Identifier,
|
||||
HexDigit,
|
||||
ConcreteType,
|
||||
TypeVariable,
|
||||
WhenCondition,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue