Skip to content

Package

This package provides an abstract syntax tree for Pony code.

The AST is built from NodeWith objects that contain semantic information about their children.

A Pony source file is represented by a node with SrcFile data.

Public Types