de::Lex now can be configured to read multi-line comments such as the C-style /* comment */.
There was also a bug where de::Lex might’ve tried to get() characters past the end of the input, throwing an exception. This was occurring in the kitchen_sink script’s eval() test.
Scripting|libcore: Parsing multi-line comments
de::Lex now can be configured to read multi-line comments such as
the C-style /* comment */.
There was also a bug where de::Lex might’ve tried to get() characters
past the end of the input, throwing an exception. This was occurring
in the kitchen_sink script’s eval() test.