Expand description
Data types for the AST.
Structs
- A vector of constraint levels.
- Format options.
- Parameter of a KCL function.
Enums
- Mathematical associativity. Should a . b . c be read as (a . b) . c, or a . (b . c) See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_precedence#precedence_and_associativity for more.
- The constraint level.
- A function declaration.
- Describes information about a hover.