Package
Eohippus is a collection of Pony packages and tools for dealing with Pony code.
AST¶
Classes that implement an abstract syntax tree for Pony code.
JSON¶
Basic JSON functionality specialized for the needs of the project.
Linter¶
Functionality for detecting and fixing formatting issues in Pony code.
Parser¶
Implements a Kiuatan parser for the Pony language that produces an AST.
Server¶
A Language Server Protocol implementation for Pony.
Types¶
Contains classes that represent type information in the AST.