silentmatt / expr-eval

Mathematical expression evaluator in JavaScript
http://silentmatt.com/javascript-expression-evaluator/
MIT License
1.18k stars 239 forks source link

Parse numbers as string #267

Open arnnis opened 2 years ago

arnnis commented 2 years ago

Hi. I'm trying to use BigInt instead of regular numbers. I did what the answer in #198 but since a, b are still parsed as number so it's limited by max integer. Can we get a and b parsed as string and full?