Skip to content
/ ast Public

A simple abstract syntax tree (AST) implementation in TypeScript.

Notifications You must be signed in to change notification settings

levp/ast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple abstract syntax tree (AST) implementation in TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published