The project is at a very early stage, but is now complete enough to demonstrate some workflows. It contains a mostly complete PEG parser (with left-recursion support) for Pony files, AST classes, some rudimentary analysis, linting support, a formatter app, and a very basic language server.
Gordon Tisher @chalcolith has been working on a parser for Pony, and associated tools, written in Pony itself: https://github.com/chalcolith/eohippus
The project is at a very early stage, but is now complete enough to demonstrate some workflows. It contains a mostly complete PEG parser (with left-recursion support) for Pony files, AST classes, some rudimentary analysis, linting support, a formatter app, and a very basic language server.