Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 221 Bytes

File metadata and controls

3 lines (3 loc) · 221 Bytes

AST

A simple abstract syntax tree (AST) implementation in TypeScript.
Can tokenize, parse, and evaluate infix expressions. Recognizable operators and functions are defined in the Operator.ts and FunctionMap.ts files.