arcalot / arcaflow-expressions

Expressions language for Arcaflow
Apache License 2.0
0 stars 0 forks source link

Use correct parser for 64 bit integers #31

Closed jaredoconnell closed 3 months ago

jaredoconnell commented 3 months ago

Changes introduced with this PR

The old parser was more efficient, but only returned an int, which could theoretically lead to problems on 32 bit systems.


By contributing to this repository, I agree to the contribution guidelines.