-
…nevertheless needed. See library/lexical_analysis/fast_lexer_v2.anubis and fast_lexer_v2_example_1.anubis
-
Updated various files in the library so that compil_all.anubis works with version 1.9. However, I inhibited some (not very important) files in compil_all which still need to be updated.
-
…ile names were not always correctly normalized. Indeed, sequences like '/xxx/../' were not always removed. This had consequences on the identification of files and the identification of public types. Also, from now on the compiler does not accept two public types with the same name in the same compilation, even if these two types are never simultaneously visible. This problem will be corrected in version 2 only.
-
Changing some fundamental function signatures to use Int instead of Word32
-
generated for the GC is divided by about 2. (-O option required)
-
and 'bytecode.h' have been modified for handling UDP. However, the three syscalls needed by UDP: 'crate_udp_socket', 'udp_send' and 'udp_receive' have not yet been written.
-
Introduction of 'cursors'. Type SQLite3Datum introduced (INTEGER, FLOAT, TEXT, BLOB, NULL).