📄️ The Jayvee grammar
The grammar of Jayvee describes the syntax and structure of the language.
📄️ Working with the AST
The nodes of the Abstract Syntax Tree (AST) consist of types and interfaces generated from the language grammar.
📄️ Validation and diagnostics
Validation in the context of Jayvee can be understood as semantic analysis of Jayvee models.
📄️ Expressions and operators
Jayvee supports arbitrarily nested expressions and offers a variety of different operators.
📄️ Working with the Standard Library
Jayvee ships with its own standard library on board, including the most often used value types, transformations, and so on.
📄️ Jayvee Extensions
Concepts