efp
efp copied to clipboard
Go Language Microsoft Excel™ Formula Parser
**Description** For example: `1 + 10 / 2` will calculate `/` first, then `+`, so the result should be 6, this would better be solved at parsing stage.
I think the delimiter should be configurable. Currently I think you use a comma but in some other languages it is e.g. a ";". What do you think? Awesome project...
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. Release notes Sourced from actions/setup-go's releases. v5.0.0 What's Changed In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover,...