Skip to content
Aeria
Glad you made it until here! This section of the documentation will cover the backend part of Aeria, including Aeria Lang, a DSL that ships with the framework. Switch at anytime between documentation sections by using the dropdown located at the topbar.
The Getting Started guide contains useful instructions for using Aeria for the first time, including how to integrate with IDEs to provide syntax highlighting and other features.
aeria
collection HelloWorld {
properties {
newcomers_welcome const @value(true)
}
}