Phate6660 / bcalc

A pure-bash calculator in which I even wrote my own lexer and parser for.
Other
5 stars 1 forks source link

re-structuring/coding of the parser #7

Closed Phate6660 closed 3 years ago

Phate6660 commented 3 years ago

Multiple-digit numbers now work without [], PEMDAS should be fully supported now.