jchen66 / Parser-Evaluator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parser-Evaluator

Implemented a parser function that take in a string and store the tokens in a tree-like object and an evaluator function that take in the root node of a tree like object and evaluate in its environment, using Javascript.

About


Languages

Language:JavaScript 100.0%