New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Macros in character classes are not supported #216
Comments
Bump. Is there any chance of this getting fixed anytime soon? I'm honestly debating whether or not I should just drop this and write a topdown lexer by hand... |
I've been looking at it and it will need a refactor of a whole bunch of code. Nothing too hard, just a lot of work. Still planning to do that, but it's definitely going to be more than 1-2 months, given that I won't have much time to actually work on it. |
Ah, that's good to hear. I thought it was just dead. |
Excellent, good to hear that you're not blocked on it any more. Still planning to work on it anyway, of course. |
Is there any progress with this issue? It's really bad thing right now. Even allowing macros which point to simple character classes would help design the lex input much much nicer. |
Main refactor is done and first rough implementation of the feature is there. Currently in debugging. |
Let me know when you need a code review. |
dscorbett commentedJun 15, 2017
Using a macro in a character class produces the error message “Macros in character classes are not supported.” This contradicts the documentation:
The text was updated successfully, but these errors were encountered: