This module defines types for a Ceylon Abstract Syntax Tree (AST),
a hierarchical and immutable data structure that represents a Ceylon program.
# Obtaining an AST
There are two major ways to obtain an AST:
## Create it yourself
You can of course construct the AST yourself.
To reduce the amount of boilerplate code necessary, we *strongly* recommend
using the [[`ceylon.ast.create` module|module ceylon.ast.create]];
this will, for example, allow you to write
baseExpression("null")
...
Newer Version Available
Note: this artifact is located at Ceylon repository (https://modules.ceylon-lang.org/maven/1/)
Licenses
| License | URL |
|---|---|
| http://www.apache.org/licenses/LICENSE-2.0.html |
Developers
| Name | Dev Id | Roles | Organization | |
|---|---|---|---|---|
| Lucas Werkmeister <mail@lucaswerkmeister.de> | |