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") ...
VersionVulnerabilitiesRepositoryUsagesDate
1.3.x
1.3.3CeylonFeb 13, 2021
1.3.2CeylonFeb 13, 2021
1.3.1CeylonFeb 13, 2021
1.3.0CeylonFeb 13, 2021
1.2.x
1.2.2CeylonFeb 13, 2021
1.2.1CeylonFeb 13, 2021
1.2.0CeylonFeb 13, 2021
1.1.x
1.1.0CeylonFeb 13, 2021