If I try to parse conditions or assignments with '*', the system gives the following error: > SQLParser.parse('UPDATE t1 SET a=b*100') Uncaught Error: Parse error on line 2: Unexpected 'STAR' Could you fix it, please.