Grammatica - Bugs: bug #3607, Parser: Add parsing through code...
You are not allowed to post comments on this tracker with your current authentication level.
bug #3607: Parser: Add parsing through code callbacks
Submitter: | Per Cederberg <cederberg> | ||
Submitted: | Wed 14 May 2003 04:01:17 PM UTC | ||
Severity: | 2 - Normal | Item Group: | Future Improvement |
Status: | None | Assigned to: | None |
Open/Closed: | Open |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
Support for parsing through code callbacks should be added. This would allow more complex grammars to be parsed where some productions cannot be expressed in EBNF. Instead a callback method would be called to parse some specific productions.