Jason Turner 8b7fe33bf1 Fix order of operations for prefix and '*', '/'
The problem is that Prefix did not properly participate in
operator precedence. I've fixed this, at least for the moment,
by adding a final depth of precedence that can be called when
the depth gets to the bottom.

closes #285
2016-10-06 14:44:30 -06:00
..
chaiscript_algebraic.hpp Update copyrights 2016-02-14 20:04:17 -07:00
chaiscript_common.hpp Fixes for type_conversion handling 2016-02-16 08:29:01 -07:00
chaiscript_engine.hpp Address sign promotion warnings, add todo test 2016-03-04 07:58:21 -07:00
chaiscript_eval.hpp Make sure atomics are initialized 2016-10-06 09:09:50 -06:00
chaiscript_parser.hpp Fix order of operations for prefix and '*', '/' 2016-10-06 14:44:30 -06:00
chaiscript_prelude_docs.hpp Correct docs for 'filter' 2015-06-10 18:44:30 -06:00
chaiscript_prelude.chai Fix vector element assignment issues 2015-10-15 21:20:12 -06:00