airidaceae / Function-Parser

A silly little function parser that isn't awful
3 stars 1 forks source link

rewrite from scratch #2

Open airidaceae opened 1 year ago

airidaceae commented 1 year ago

maybe parse with RPN, maybe parse into an AST. IDK figure it out!

airidaceae commented 1 year ago

use rpn. this is similar to bc(1) that i hope to implement in C soon. AST can be saved for when you write a programming lamguage