wire/data
Denneisk 5316d8b41c
Extend E2 Tokenizer String Escapes (#2754)
* Use ParseEscapes in Tokenizer

* Lints

* Store sequence before escaping

* Rewrite the thing

* Handle case for \u{\u{x}}
to parse as "\u{", "\u{x}" instead of "\u{\u{x}}" or "\u{", "\u{x}}"

* Cooler error handling

* Fix oversight in hex escapes

* lol. lmao

* Add tests

* Implement Vurv's toUnicodeChar implementation
Fix unicode escape could be less than 0
Harden unicode escapes against bad input strings
2023-11-09 17:08:03 -05:00
..
expression2 Extend E2 Tokenizer String Escapes (#2754) 2023-11-09 17:08:03 -05:00
soundlists Normalize line endings. 2013-07-28 15:51:47 +01:00