Christian Kaeser 202204a82a Limit hexadecimal escape sequence length
Helps with cases like "\xFFecho" by limiting the number of hex digits
that will be parsed to maximum suitable for the char type.
This rule differs from the C/C++ standard, but ChaiScript does not offer
the same workaround options.
Furthermore, without it having hexadecimal sequences longer than can fit
into the char type is undefined behavior anyway.
2015-11-08 18:36:16 +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 Limit hexadecimal escape sequence length 2015-11-08 18:36:16 +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