Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 243 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 243 Bytes

ppinspect

A simple GUI to inspect plyplus parse trees.

Very basic tool that can load plyplus grammar, parse a file and display the parse tree.

Dependencies

  • plyplus (obvious)
  • PyQt5 (for the GUI)