Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 268 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 268 Bytes

Calculator-scripting

Just exercice to create a calculator from parsing, grammar validation to evaluation

The goal was to create a quick grammar for calculator and make it evaluable right after that.

That piece of code has no goal exept for learning purposes (lab)