module documentation

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. It normalizes input strings, generates an abstract syntax tree (AST), and handles various syntax elements such as quotes, escape characters, and nested structures.

Class SExprParser Class that implements an S-Expression parser.