Expand description
Data types for the AST.
Structs§
- A vector of constraint levels.
- Format options.
- KCL value for an optional parameter which was not given an argument. (remember, parameters are in the function declaration, arguments are in the function call/application).
- 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.
Traits§
Functions§
Type Aliases§
- Position-independent digest of the AST node.