https://github.com/levp/ast
A simple abstract syntax tree (AST) implementation in TypeScript.
https://github.com/levp/ast
Last synced: 2 months ago
JSON representation
A simple abstract syntax tree (AST) implementation in TypeScript.
- Host: GitHub
- URL: https://github.com/levp/ast
- Owner: levp
- Created: 2015-06-28T14:13:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-29T14:22:48.000Z (almost 11 years ago)
- Last Synced: 2025-12-31T03:25:28.612Z (6 months ago)
- Language: TypeScript
- Size: 156 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.