Skip to content
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

regex used by lexer should be bootstraped #12

Open
pfmiles opened this issue Jul 23, 2012 · 2 comments
Open

regex used by lexer should be bootstraped #12

pfmiles opened this issue Jul 23, 2012 · 2 comments
Assignees

Comments

@pfmiles
Copy link
Owner

pfmiles commented Jul 23, 2012

the initial version of dropincc.java uses java built-in regex implementation to do lexing. but it does not support named capturing groups and 'longest match among groups' feature, it should be bootstraped after initial version of dropincc.java released.

@ghost ghost assigned pfmiles Jul 23, 2012
@pfmiles
Copy link
Owner Author

pfmiles commented Jul 23, 2012

'Longest match among groups' means choose the longest matching from the groups matched at the same time, when matched the same length of lexeme among multiple groups, choose the earlier defined one.

@pfmiles
Copy link
Owner Author

pfmiles commented Aug 18, 2013

0.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant