nerdamer icon indicating copy to clipboard operation
nerdamer copied to clipboard

expose prepareExpression and change the name to match other functions

Open cdonnelly1992 opened this issue 1 year ago • 0 comments

Exposing prepareExpression would allow someone to run the parse command by hand (prepare, tokenize, toRPN, parseRPN) and also make changes to the tokens/RPN if needed.

I'm pretty sure this covers everything needed to expose prepare_expression. Based on the other methods in the parser, I renamed prepare_expression to prepareExpression.

cdonnelly1992 avatar Jul 26 '22 19:07 cdonnelly1992