-
updated http_server accordingly
-
grammar.y: remove precedence lastly introduced by Alain.
-
(2) Moved the content of compiler/src/predef.anubis into library/predefined.anubis as its 'private' part. A new compiler/src/predef.anubis is still present unabling the command: myanubis -predef (3) Fixed a bug in show.c (4) Continued the new Anubis language manual (manuals/en/Anubis-doc-1-13) (5) Implemented the option --credit in anbexec.
-
…bis_dev/manuals/en/Anubis-doc-1-13.pdf)
-
…erminals. New option: -clean
-
…_http_server.anubis')
-
add set_name method in MessageQueue. This allow to change the name of message queue for better debugging tools/basis.anubis: move println on the top of file to permit some function to use it improve the read_line_from_stdin for better working on Windows web/service_machine.anubis: update vm_info to fit with right number of resurgent symbols src/vmtools.cpp: read_byte is able to read byte per byte on stdin instead of line before. This only work with stdin.
-
APG does not recompile if target file is up to date. In tools/basis: a new tool: 'more_recent(String,String)' comparing the last modification dates of two files.
-
incompatible with secondary modules.