A collection of code samples
to demonstrate usage of
ceylon.ast
(module ceylon.ast.core
).
Includes:
ceylon.ast.create
(module ceylon.ast.create
)),Editor
s
to demonstrate how to edit ASTs, andVisitor
s
to demonstrate how to consume ASTs.Packages | |
ceylon.ast.samples.bodyReturnRewrite | Demonstration of a |
ceylon.ast.samples.completeCompilationUnit | A regular compilation unit that contains every node type that can be a direct child of a regular compilation unit, i. e.… |
ceylon.ast.samples.helloworld | A simple hello world program, consisting of: |
ceylon.ast.samples.removeExtraInfoVisitor | |
ceylon.ast.samples.turingMachine | Type System Turing Machine |
Dependencies | ||
ceylon.ast.core | 1.3.1 | |
ceylon.ast.create | 1.3.1 | |
ceylon.collection | 1.3.1 |