Ifaz Kabir
Ifaz Kabir
Also new here and following up on this. Are you open to pull requests on `reason-sdl2`? I am up for working on this. =)
On a more technical note, as far as I understand, we would only need to make a small change to `call_state` in `ppx_sedlex.ml`. There, instead of returning a best final...
Here's an example of a situation where a regular expression would mark where you don't want it to mark. Suppose you have the regular expression `leg` and the utf8 encoded...
Yes, that my issue. I don't want a match to be successful in the middle of a user-perceived character. Most people would consider `g̈` to be a single character instead...
What I'm precisely asking for: I want backtracking to be the only way to take a semantic action. I want sedlex to **always mark** when it is in a final...
My personal use case for this: I have a custom `Sedlexing` buffer which is aware of Grapheme Cluster boundaries, and only stores marked state at code point positions which are...
Thanks for being so patient with me! I'm going to try to explain myself again. Suppose I have the following code: ```ocaml match%sedlex buf with | "let" -> Token.LET |...
That helped a lot. Can you add the needed `rustbus::standard_messages::add_match("type='signal'")` to the signal example in the README?