Constructors
constructor
- new Parser(expression: string): Parser
Properties
Protected ast
ast: any[] = []
Protected cursor
cursor: number = 0
Protected expression
expression: string
Methods
Protected parse_expression
Protected parse_list_entries
- parse_list_entries(): void
Parses a string into arrays of atoms, or (inductively) other arrays.
This is fine, clever JavaScript that works but I do not endorse how unprofessional this TypeScript conversion is. Nevertheless, it works.