Ethin Probst
Ethin Probst
@texus Correct. Implementing the first should be trivial. But the second will be significantly more complicated. The guide for implementing a server-side UIA provider (as MS calls them, and which...
@texus So, this issue has gotten pretty stale, but things are happening in terms of advancement of accessibility libraries to make this easier. There is a library that's gotten pretty...
@texus Fair, and I'll see about getting that working. No guarantees but we'll see. Should I keep this issue open?
@jeertmans Is there a way around this for now? I'd like to avoid writing my own lexer if I can help it, particularly if my handwritten one would be suboptimal...
@jcoglan Okay, so I've officially found a bug: specifically, backslashes in character classes are escaped. This makes it impossible to do things like specify actual Unicode characters that are outside...
@jcoglan Something like: ```peg identifier_start
@jcoglan So the current and only alternative is to add the data ourselves. The problem, of course, is that any \u escapes are auto-escaped, so I'd need to get the...
And even if I do add the actual characters, I usually get stack/recursion overflows during codegen
@jcoglan I use `ucd-generate` to generate UCD tables. These are in Rust, so I have a small utility I wrote that rewrites them in notations I need (e.g. PEG). All...
@gammasoft71 cpm.cmake is pretty neat. I'll give your suggestion a try though - thanks!