rule-engine-dart icon indicating copy to clipboard operation
rule-engine-dart copied to clipboard

Symbols don't support numerical values in the name

Open iPieter opened this issue 5 years ago • 0 comments

      Expense( $amount2 > $amount )
                      ∧
                      #=== Error while parsing, expected [TokenType.LESS_THAN, TokenType.GREATER_THAN, TokenType.EQUALS], got 'TokenType.INTEGER' for token: '{TokenType.INTEGER:2 @ pos 108}'

iPieter avatar Sep 11 '18 19:09 iPieter