Expand description
Core executor.
Parses a Nightjar language expression and evaluates the resulting AST against a flattened symbol table, yielding a three-valued ExecResult (True / False / Error).
Structs§
- Exec
Options - Execution options, configurable per invocation.
Enums§
- Exec
Result - Three-valued execution result.
Functions§
- exec
- Convenience entry point to ingest JSON directly.
- exec_
entity - Main entry point against an already-built Entity.