package documentation

This module provides a lisp-like interpreter for the ACME CSE.

Module Constants Constants for the ACME CSE interpreter. These constants are used to define various limits and settings for the interpreter's operation.
Module Exceptions 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 Interpreter The interpreter module implements an extensible lisp-based scripting runtime.
Module PContext Process context for a single script. This is the main runtime object for the interpreter.
Module SExprParser 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 Types Various types used in the ACMEScript Interpreter