-
Now Anubis version 1.14.2
-
[~] some typo in dataIO
-
(they are reconstructed only is the lexer description has changed)
-
…ay and Offset in file of last returned line. This allow to keep the offset for restarting importation if the process was interrupted. [!] Fix the find the first by using ByteArray instead of String because the Boyer-Moore algorithm is now in the VM and it was use to search String into binary data. When the first NULL was encountered the searching process was stopped. Of it was a bug to use the String instead of ByteArray. [!] Line_reader now use fast_lexer_4