
                            
                                                Ptk implements lr(1) parsing in python. compared to compiled tools like bison, it attempts to spare programmer's time. python sources describe both the grammar and the callbacks, avoiding code generation.  various inputs are accepted: python 3 asynchronous streams, pyzipfile archives, twisted deferred objects.
this package contains the documentation.