Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 236 Bytes

TODO.md

File metadata and controls

8 lines (5 loc) · 236 Bytes

TODO

2.0

  • Ensure there is no way to say a specific character in regex which does not fall in UTF-16 range (0 - 10FFFF).
  • Optimize PureInterpretor::CharMap, only 0 - 127 is in an array, others are in a range map.

Optional