Open airidaceae opened 1 year ago
maybe parse with RPN, maybe parse into an AST. IDK figure it out!
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
bc(1)
maybe parse with RPN, maybe parse into an AST. IDK figure it out!