An open API service indexing awesome lists of open source software.

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.

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.