Skip to content

Issues: osa1/lexgen

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

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Question about unicode categories
#67 opened Oct 15, 2023 by nalply
Generate DFA directly (no NFA) perf Related to runtime performance
#60 opened Dec 12, 2022 by seanyoung
Make DFA match utf8 rather than char perf Related to runtime performance
#59 opened Dec 8, 2022 by seanyoung
Return multiple tokens feature New feature or request
#47 opened Feb 19, 2022 by MiSawa
Avoid redunant backtrack state updates perf Related to runtime performance
#43 opened Feb 7, 2022 by osa1
Document performance implications and ordering of rules with looakheads documentation Improvements or additions to documentation
#39 opened Jan 31, 2022 by osa1
Implement DFA minimization code size Related to generated code size perf Related to runtime performance
#38 opened Jan 28, 2022 by osa1
Rule templates? design feature New feature or request
#30 opened Oct 29, 2021 by osa1
Provide a way to fail with "lexer error" design question Further information is requested
#23 opened Oct 21, 2021 by osa1
Find a better metavariable syntax in documentation documentation Improvements or additions to documentation
#14 opened Oct 12, 2021 by osa1
Implement a way to bind match results in patterns feature New feature or request
#9 opened Jun 19, 2021 by osa1
Implement Logos benchmarks in lexgen
#5 opened May 30, 2021 by osa1
Implement fast paths for ASCII in unicode regexes perf Related to runtime performance
#4 opened May 30, 2021 by osa1
ProTip! Exclude everything labeled bug with -label:bug.