A collection of code samples
to demonstrate usage of
ceylon.ast
(module ceylon.ast.core
).
Includes:
Editor
s
to demonstrate how to edit ASTs, andVisitor
s
to demonstrate how to consume ASTs.Packages | |
ceylon.ast.samples.bodyReturnRewrite | |
ceylon.ast.samples.completeCompilationUnit | A regular compilation unit that contains every node type that can be a direct… |
ceylon.ast.samples.helloworld | A simple hello world program, consisting of:
|
ceylon.ast.samples.removeExtraInfoVisitor | |
ceylon.ast.samples.turingMachine | Type System Turing MachineIt is possible to emulate a Turing machine in the Ceylon type… |
Dependencies | ||
ceylon.ast.core | 1.1.0 | |
ceylon.ast.create | 1.1.0 | |
ceylon.collection | 1.1.0 |