package documentation
This module provides a lisp-like interpreter for the ACME CSE.
| Module | |
Constants for the ACME CSE interpreter. These constants are used to define various limits and settings for the interpreter's operation. |
| Module | |
Exceptions for the ACME CSE interpreter. These exceptions are used to handle various error conditions that can occur during the execution of scripts in the ACME CSE interpreter. |
| Module | |
The interpreter module implements an extensible lisp-based scripting runtime. |
| Module | |
Process context for a single script. This is the main runtime object for the interpreter. |
| Module | |
S-Expression parser for the ACME CSE interpreter. This parser is used to parse S-Expressions, which are a way to represent data and code in a structured format. The parser can handle strings, numbers, symbols, lists, and JSON objects... |
| Module | |
Various types used in the ACMEScript Interpreter |