[wadler] One more bit of writing.
This commit is contained in:
parent
1a3ce02d48
commit
b1f4c56f49
1 changed files with 8 additions and 0 deletions
|
|
@ -1,4 +1,12 @@
|
|||
# A prettier printer.
|
||||
"""Generate [Wadler-style](https://homepages.inf.ed.ac.uk/wadler/papers/prettier/prettier.pdf)
|
||||
pretty printers from grammars.
|
||||
|
||||
Use the functions in the [builder] module to generate tables from grammars.
|
||||
|
||||
You can then feed those tables into a generic pretty-printer implementation,
|
||||
like what we have in the [runtime] module.
|
||||
"""
|
||||
from . import builder
|
||||
from . import runtime
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue