LesterLyu / fast-formula-parser

Parse and evaluate MS Excel formula in javascript.
https://www.npmjs.com/package/fast-formula-parser
MIT License
462 stars 64 forks source link

Diagram errors #26

Closed danielgesua closed 3 years ago

danielgesua commented 4 years ago

Hi Lester,

I just noticed some minor errors in your diagram and figured I'd give you a heads up:

Take a look at "functionCall". It's missing the opening parenthesis node.

Also, "postfixOp" does not get used anywhere in the diagram or the code.

Thanks for this awesome project.

Best,

Daniel Gesua

LesterLyu commented 3 years ago

Thanks, got it.