-
Notifications
You must be signed in to change notification settings - Fork 1
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
Convert Dragon processing from procedural to event-based #1
Comments
7 tasks
Current data flow for parsing goes like this:
|
Proposed events (note that some may have a pre- and post- events:
|
5 tasks
Looking awesome, @oubiwann! Thanks for doing this 😄 |
3 tasks
Moved registry tasks into their own ticket: #6 |
Moved switch to component-based approach to own ticket: #7 |
See PR #9 |
Merged. |
This was referenced Feb 4, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to best support a flexible, extensible text processing framework, Dragon should support a user's or other application's ability to respond to published Dragon events. Event processing should also be a first-class citizen, with Dragon using it natively for all of its own internal processing.
Tasks:
core.async
pub-subThe text was updated successfully, but these errors were encountered: