Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
abstract class Generator
A general pattern that the generators in this module will follow.
Link copied to clipboard
abstract class NodeGenerator : Generator
Makes it easier to generate code in the core AST nodes.
Link copied to clipboard
abstract class VisitorGenerator : Generator
Makes it easier to generate visitor classes.