Christian Kaeser 34c6b17215 Fix broken escape sequence parsing after octal/hex escape
The parser code just added the first character after an octal/hex sequence
as raw text, resulting in erroneous data whenever another escape
sequence follows directly after.
2015-11-08 18:07:04 +01:00
..
chaiscript_algebraic.hpp Merge branch 'develop' into smaller_make_shared 2015-04-27 11:55:12 -06:00
chaiscript_common.hpp Remove unused Inplace Eval ast node 2015-07-23 15:34:45 -06:00
chaiscript_engine.hpp Merge branch 'develop' of github.com:ChaiScript/ChaiScript into develop 2015-08-15 19:28:45 -06:00
chaiscript_eval.hpp Support default case in the non-last position 2015-10-15 15:02:49 -06:00
chaiscript_parser.hpp Fix broken escape sequence parsing after octal/hex escape 2015-11-08 18:07:04 +01: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