-
= to_Bool(String) able to convert numerical value into Boolean true/false. 0 is false otherwise is true + to_String_value(Bool) convert Boolean into "0" or "1" in String. Useful for database streams.anubis + unput_string(String) allow to unput an entire String in one time basic_xml_parser.anubis = remove dependency with Kero snomone project
-
…g the actions in 'return' and 'ignore' lexer_items.
-
…f the arguments of the function).
-
…rnative. Now, = is overloadable (I hope there is no other bug concerning this feature).
-
… (this is mainly for clarity in programming, because they are ignored by the compiler). Obsolete expressions 'connect to file' and 'connect to network' have been definitely removed from the grammar (this was necessary for enhancing the grammar). The library has been updated accordingly.