Yes, that’s something on the roadmap.
potentially useful for implementing a parser in ReScript.
can you elaborate a little bit?
Yes, that’s something on the roadmap.
potentially useful for implementing a parser in ReScript.
can you elaborate a little bit?
Johnj’s probably mentioning thinking of lexing using pattern matching on char. I think it’s unrelated here.
The good news is pattern match on char will continue work (including range patterns) in my prototype
Yes. Basically, I think that if the Js.String
functions are compatible with the char
type, then they’ll be much more useful for things like that.