incremental output please
Bug #435569 reported by
Robert Collins
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PyMeta |
New
|
Undecided
|
Unassigned |
Bug Description
It would be great to be able to get terminals a grammar is sure about out in a stream fashion.
e.g.
parser = PyMeta..()
parser.
parser.parse(stuff)
When used this should be aggressive - once something is determined it should be output - this will permit its use as (e.g.) a parser for protocols.
To post a comment you must log in.