expressions icon indicating copy to clipboard operation
expressions copied to clipboard

>= is not working

Open ShailiIntellimind opened this issue 7 years ago • 0 comments

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 term arith_expr shift_expr and_expr or_expr comparison not_test and_test or_test test arithmetic_expression"

ShailiIntellimind avatar Oct 24 '17 14:10 ShailiIntellimind