RESS
RESS copied to clipboard
Rusty EcmaScript Scanner
The primary method for handling `#` and `@` is to support them as single character puncts and force the caller to deal with the repercussions (what we do currently). It...
Allow line separator and paragraph separator in string literals. [proposal](https://github.com/tc39/proposal-json-superset)
It would be good for the scanner to be able to work over anything that implements `Read` from the standard library. This would allow for users of this crate to...
not sure if skipping ahead and then skipping back is the best solution here
Here is a C exploration of branchless decoding: https://cceckman.com/writing/branchless-utf8-encoding/ Here is a Rust exploration of branchless encoding: https://cceckman.com/writing/branchless-utf8-encoding/