Jakub Szczepaniak
Jakub Szczepaniak
Language that I'm working on these days is completely case-insensitive. If this can be solved with keywords, then cool.
If adding such option isn't a problem, then I'm all for it. However, as I originally wrote, I've found existing solutions and discussions to this problem. https://github.com/no-context/moo/issues/46 https://github.com/no-context/moo/pull/78 https://github.com/no-context/moo/pull/85 https://github.com/no-context/moo/issues/53...
Unfortunately I can't show You the exact language. It's similar to excel functions, where user can type anything and case just doesn't matter. I'll test the `caseInsensitiveKeywords `. If it...
Hi again. After some testing and pondering about my code readability, I've came to a conclusion that I'll stick to the `textToCaseInsensitiveRegex` helper. I'm doing some extra transformations on the...