ceylon
A formatter for the Ceylon programming language.
# Command line usage
Note: if the `ceylon format` plugin wasn’t installed by default
in your distribution, you can add it by running:
~~~sh
ceylon plugin install ceylon.formatter/1.3.3
~~~
To format ...
Last Release on Feb 13, 2021
The `ceylon.html` module contains HTML5 templating engine:
- with an elegant and type safe way of creating templates
- witch works on both platforms, server (jvm) and client (js)
- based on named argument invocations syntax
- supporting reusability ...
Last Release on Feb 13, 2021
This module enables updates to multiple databases within
a single transaction. It is integrated with
[[module ceylon.dbc]].
Last Release on Feb 13, 2021
This module defines APIs for representing and manipulating URIs.
The [[ceylon.uri::Uri]] class supports parsing and creating
URI as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986).
Last Release on Feb 13, 2021
This module defines a bidirectional conversion between `ceylon.ast`
and the RedHat compiler AST, as well as functions that directly parse code
to `ceylon.ast` nodes using the RedHat compiler.
`ceylon.ast` → RedHat AST:
...
Last Release on Feb 13, 2021
This modules provides functions to execute commands.
The following example will create a task that when called will execute `git pull` command.
Last Release on Feb 13, 2021