pkgsrc/devel/py-visitor/DESCR
adam 44914de2c2 py-visitor: added version 0.1.3
A tiny library to facilitate visitor implementation in Python (which are
slightly peculiar due to dynamic typing). In fact, it is so small, you may just
be better off copy and pasting the source straight into your project.
2017-10-23 15:20:45 +00:00

3 lines
223 B
Text

A tiny library to facilitate visitor implementation in Python (which are
slightly peculiar due to dynamic typing). In fact, it is so small, you may just
be better off copy and pasting the source straight into your project.