diff --git a/include/chaiscript/language/chaiscript_parser.hpp b/include/chaiscript/language/chaiscript_parser.hpp index 52bff8d0..26152abd 100644 --- a/include/chaiscript/language/chaiscript_parser.hpp +++ b/include/chaiscript/language/chaiscript_parser.hpp @@ -526,6 +526,7 @@ namespace chaiscript /// Skips ChaiScript whitespace, which means space and tab, but not cr/lf /// jespada: Modified SkipWS to skip optionally CR ('\n') and/or LF+CR ("\r\n") + /// AlekMosingiewicz: Added exception when illegal character detected bool SkipWS(bool skip_cr=false) { bool retval = false;