expressions icon indicating copy to clipboard operation
expressions copied to clipboard

Simple arithmetic expression parser

Results 3 expressions issues
Sort by recently updated
recently updated
newest added

fix issue https://github.com/DataBrewery/expressions/issues/3

In line number 26 of allowing_compiler.py, I replaced + operator with >= which results into following exception. "grako.exceptions.FailedPattern: (1:4) expecting '[-+]?[0-9]*\\.?[0-9]+([eE][-+]?[0-9]+)?' : a >= b ^ NUMBER atom power factor...

since the project has Grako as a dependency, i included it in setup.py I pinned the version to the most recent. []'s