Opened this issue 3 years ago · 0 comments
During comparison against subscript I stumbled that scientific number notation is not supported:
let exp = parse('1e2', astFactory) exp.evaluate() // 1, not 100