BitFunnel / NativeJIT

A C++ expression -> x64 JIT
http://bitfunnel.org/
MIT License
1.14k stars 83 forks source link

Fix 1-1-1-1 bug in parser. #77

Closed jondgoodwin closed 5 years ago

jondgoodwin commented 6 years ago

As per PR #76, these commits correct the parsing example for sum and multiply to be left-associative, as discovered by PetterS.