Logo white

Anubis / Anubis

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 17
  • Tags 37
  • anubis
12 Jul, 2015
2 commits
  • replaced some integer_10 (weak = syntax tree) by anb_int_10 (strong = interpretation).
    2f05f670
    Alain Prouté authored
    2015-07-12 17:33:42 +0200  
    Browse Code »
  • added a small new optimization to string concatenation optimization.
    24df9359
    Alain Prouté authored
    2015-07-12 11:52:28 +0200  
    Browse Code »

11 Jul, 2015
2 commits
  • missing case in osc.
    74c2bf54
    Alain Prouté authored
    2015-07-11 19:14:54 +0200  
    Browse Code »
  • Implemented the optimisation of string concatenation.
    3002c136
    Alain Prouté authored
    2015-07-11 18:52:23 +0200  
    Browse Code »

10 Jul, 2015
1 commit
  • Added the syscall concat(List(String) l, String separator). ...
    087f3135
    Now Anubis version 1.14.2
    Alain Prouté authored
    2015-07-10 10:40:35 +0200  
    Browse Code »

09 Jul, 2015
2 commits
  • Merge branch 'ANUBIS_1_14' of gitlab.anubis-language.com:anubis/anubis into ANUBIS_1_14
    9b80a6e4
    Alain Prouté authored
    2015-07-09 17:48:48 +0200  
    Browse Code »
  • maj list
    d1c1eab1
    HerrmannM authored
    2015-07-09 16:55:34 +0200  
    Browse Code »

05 Jul, 2015
1 commit
  • maj tree
    f803576a
    HerrmannM authored
    2015-07-05 15:01:16 +0200  
    Browse Code »

27 Jun, 2015
2 commits
  • add "syntax_only_1" command-line option
    f9f35079
    Julien Verneuil authored
    2015-06-27 18:24:34 +0200  
    Browse Code »
  • add "syntax_only" command-line option
    49c7ee2a
    Julien Verneuil authored
    2015-06-27 17:45:13 +0200  
    Browse Code »

24 Jun, 2015
2 commits
  • Merge branch 'ANUBIS_1_14' of gitlab.anubis-language.com:anubis/anubis into ANUBIS_1_14
    622ceb0d
    totoro authored
    2015-06-24 17:22:00 +0200  
    Browse Code »
  • [+] string format for show duration ...
    eca8ba4f
    [~] some typo in dataIO
    totoro authored
    2015-06-24 17:17:26 +0200  
    Browse Code »

23 Jun, 2015
2 commits
  • correction + iterator
    633d58ad
    HerrmannM authored
    2015-06-23 17:59:55 +0200  
    Browse Code »
  • correction + iterator
    df8d5af6
    HerrmannM authored
    2015-06-23 17:58:28 +0200  
    Browse Code »

16 Jun, 2015
1 commit
  • Added more comments in fast_lexer_4.
    09f8720d
    Alain Prouté authored
    2015-06-16 10:11:11 +0200  
    Browse Code »

15 Jun, 2015
7 commits
  • Inhibited some files obsoleted by data_base/read_csv.anubis
    bcb6ccd9
    Alain Prouté authored
    2015-06-15 09:09:59 +0200  
    Browse Code »
  • Removed files generated by read_csv from git control.
    af4f1551
    Alain Prouté authored
    2015-06-15 08:57:15 +0200  
    Browse Code »
  • Enhanced the computation of the signature for precompiled lexers.
    4501d6de
    Alain Prouté authored
    2015-06-15 08:53:16 +0200  
    Browse Code »
  • automated the making of precompiled lexers using an sha1 signature ...
    017eb0c0
    (they are reconstructed only is the lexer description has changed)
    Alain Prouté authored
    2015-06-15 08:35:29 +0200  
    Browse Code »
  • I don't remember what I did, but I did something...
    68f9cef0
    Alain Prouté authored
    2015-06-15 08:34:48 +0200  
    Browse Code »
  • fixed the ''small buffer'' bug.
    d8c55009
    Alain Prouté authored
    2015-06-15 07:51:45 +0200  
    Browse Code »
  • made the correction ok((Int,List(String))) ---> ok(Int offset, List(String) record)
    c8e4349b
    Alain Prouté authored
    2015-06-15 07:50:21 +0200  
    Browse Code »

14 Jun, 2015
6 commits
  • fixed a regular expression
    a6a49ce9
    Alain Prouté authored
    2015-06-14 22:36:57 +0200  
    Browse Code »
  • fixed some very stupid bug
    2028e811
    Alain Prouté authored
    2015-06-14 21:49:51 +0200  
    Browse Code »
  • fixed some bugs.
    8117e36a
    Alain Prouté authored
    2015-06-14 21:41:14 +0200  
    Browse Code »
  • Merge branch 'ANUBIS_1_14' of gitlab.anubis-language.com:anubis/anubis into ANUBIS_1_14
    258e9cea
    totoro authored
    2015-06-14 12:21:02 +0200  
    Browse Code »
  • [~] enhancement of read csv file. Now return a list of String instead of ByteArr… ...
    c9b7e42e
    …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
    totoro authored
    2015-06-14 12:20:42 +0200  
    Browse Code »
  • fixed a bug in fast_lexer_4 (forgot a transformation 3 -> 4)
    a630acd4
    Alain Prouté authored
    2015-06-14 00:31:59 +0200  
    Browse Code »

13 Jun, 2015
9 commits
  • made an 'end of file' correction in read_csv.anubis.
    d57304cc
    Alain Prouté authored
    2015-06-13 23:22:05 +0200  
    Browse Code »
  • -
    32941683
    Alain Prouté authored
    2015-06-13 22:46:44 +0200  
    Browse Code »
  • -
    9a1d8ab7
    Alain Prouté authored
    2015-06-13 22:46:18 +0200  
    Browse Code »
  • Added the files generated by read_csv.anubis (together with their directory).
    2650e99b
    Alain Prouté authored
    2015-06-13 21:24:25 +0200  
    Browse Code »
  • Merge branch 'ANUBIS_1_14' of gitlab.anubis-language.com:anubis/anubis into ANUBIS_1_14
    91d3825e
    Alain Prouté authored
    2015-06-13 21:11:20 +0200  
    Browse Code »
  • created library/data_base/read_csv.anubis.
    788c007c
    Alain Prouté authored
    2015-06-13 21:10:35 +0200  
    Browse Code »
  • Created a public part in read_csv.anubis.
    72a0d6f7
    Alain Prouté authored
    2015-06-13 21:10:04 +0200  
    Browse Code »
  • enhanced the test
    f61675dc
    Alain Prouté authored
    2015-06-13 21:05:31 +0200  
    Browse Code »
  • first version of new read_csv.anubis, using fast_lexer_4
    aa5bd2cb
    Alain Prouté authored
    2015-06-13 20:40:27 +0200  
    Browse Code »

12 Jun, 2015
3 commits
  • change macro to inline for abs / add inline to min and max
    7c1858ef
    Julien Verneuil authored
    2015-06-12 22:59:48 +0200  
    Browse Code »
  • Merge branch 'ANUBIS_1_14' of gitlab.anubis-language.com:anubis/anubis into ANUBIS_1_14
    813d5f81
    Alain Prouté authored
    2015-06-12 21:02:27 +0200  
    Browse Code »
  • added new functions in library/tools
    bf92f6ce
    Alain Prouté authored
    2015-06-12 21:01:36 +0200  
    Browse Code »