Skip to content

aungmyatmoethegreat/calculator-lang

Repository files navigation

Calc Lang

For my tutorial.

Grammar

https://amm834.github.io/calacLang/

Usage

npm run parse # parse the grammer to generate parser

Simple Program

1 + 2
2 + 3 + 8

Generate AST

node parser.js example.calc 

Transpile To JS

node translator.js example.calc.js.json

Run JS

node example.js