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") ...

Latest Versions

8 versions →
VersionVulnerabilitiesUsagesDate
1.3.x
1.3.3
3
Feb 13, 2021
1.3.2
4
Feb 13, 2021
1.3.1
3
Feb 13, 2021
1.2.x
1.2.2
4
Feb 13, 2021
1.2.1
3
Feb 13, 2021
1.2.0
4
Feb 13, 2021
1.1.x
1.1.0
3
Feb 13, 2021
8 versions →