# Packages
Package ast provides a basic tree implementation for storing an AST generated by a parser.
No description provided by the author
Package node provides types for working with AST nodes in a language-independent way.
Package parsers is the main entry point for lexing and parsing source code for IDE and presentation purposes.
No description provided by the author