-
Notifications
You must be signed in to change notification settings - Fork 28
Issues: pfmiles/dropincc.java
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
Label
Projects
Milestones
Assignee
Sort
Issues list
user defined checked exceptions should be able to be thrown from action code.
enhancement
TODO
#26
opened Aug 12, 2014 by
pfmiles
row & line numbers of elements should be available in actions
enhancement
TODO
#25
opened Aug 12, 2014 by
pfmiles
DropinccException should be a checked exception, and also should have more logic specific methods.
enhancement
#24
opened Aug 11, 2014 by
pfmiles
grammar rule specific 'whitespaceSensitive' configuration.
enhancement
TODO
#23
opened Aug 7, 2014 by
pfmiles
The generated lexer & parser should be able to be dumped.
enhancement
#22
opened Aug 18, 2013 by
pfmiles
Use asm instead of java compiler API to generate lexer & parser code
enhancement
TODO
#21
opened Aug 18, 2013 by
pfmiles
Add 'Dot generation' feature to help hand-writing guys
enhancement
TODO
#20
opened Aug 16, 2013 by
pfmiles
Add context hook to modify context(parameter passed in) before parsing
enhancement
TODO
#19
opened Aug 12, 2013 by
pfmiles
Compute follow sets for non-LL(*) rule to prevent more backtracks
enhancement
TODO
#16
opened Jun 2, 2013 by
pfmiles
Add option to enable 'binary token' mode, to parse binary patterns.
enhancement
TODO
#9
opened Jun 20, 2012 by
pfmiles
add 'error' nonterminal like 'yacc' to handle recoverable syntax errors.
enhancement
#7
opened May 26, 2012 by
pfmiles
Add some 'built-in tokens' to use for convenience
enhancement
TODO
#4
opened Mar 28, 2012 by
pfmiles
give each lang and token, rules a name, for pretty toString.
enhancement
#3
opened Mar 28, 2012 by
pfmiles
ProTip!
Exclude everything labeled
bug
with -label:bug.