ohmjs / ohm

A library and language for building parsers, interpreters, compilers, etc.
MIT License
5.01k stars 217 forks source link

Express Unicode codepoints over 0xFFFF #353

Closed iacore closed 2 years ago

iacore commented 2 years ago

On page http://www.unicode.org/faq/blocks_ranges.html: Unicode characters may be encoded at any code point from U+0000 to U+10FFFF.

So how do I express that in Ohm?