[SCM] Lisaac compiler branch, mildred-projects, updated. lisaac-0.12-522-g7004753

Mildred Ki'Lya silkensedai at online.fr
Tue Sep 1 01:02:17 UTC 2009


The following commit has been merged in the mildred-projects branch:
commit ef39c9f65b76bd7ee3f07268a86bda8c846dc256
Merge: f79661bcc17009813b85dc4da192aa80055ae99a 831346ed4e365e1fd80ec35b83b438e8f8c6248a
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Thu Aug 27 09:32:33 2009 +0200

    Merge branch 'mildred-misc' into mildred-projects

diff --combined lib/string/abstract_string.li
index e538e1e,fc0ebaf..e3ba9a2
--- a/lib/string/abstract_string.li
+++ b/lib/string/abstract_string.li
@@@ -22,6 -22,11 +22,11 @@@ Section Heade
    
    + name    := ABSTRACT_STRING;
  
+ 
+   - export := NATIVE_ARRAY(CHARACTER),
+               NATIVE_ARRAY(INTEGER_8),
+ 	      NATIVE_ARRAY(UINTEGER_8);
+ 
    - export  := STRING;
      
    - copyright   := "2003-2005 Jérome Boutet, 2003-2007 Benoit Sonntag";
@@@ -1244,10 -1249,10 +1249,10 @@@ Section Publi
      ? { (words.count) >= old_count };
    );
    
 -  - get_new_iterator:ITERATOR(CHARACTER) <-
 +  /*- get_new_iterator:ITERATOR(CHARACTER) <-
    (
      ITERATOR_ON_STRING(CHARACTER).create Self
 -  );
 +  );*/
    
    - same_string other:ABSTRACT_STRING :BOOLEAN <-
    // Do self and other have the same character sequence?
@@@ -1308,5 -1313,19 +1313,19 @@@
      NULL
    );
  
+   //
+   // Export NATIVE_ARRAY
+   //
+ 
+   - to_native_array_of_character :NATIVE_ARRAY(CHARACTER) <-
+     to_external;
+ 
+   - to_native_array_of_integer_8 :NATIVE_ARRAY(INTEGER_8) <-
+     CONVERT(NATIVE_ARRAY(CHARACTER),NATIVE_ARRAY(INTEGER_8)).on (to_external);
+ 
+   - to_native_array_of_uinteger_8 :NATIVE_ARRAY(UINTEGER_8) <-
+     CONVERT(NATIVE_ARRAY(CHARACTER),NATIVE_ARRAY(INTEGER_8)).on (to_external);
+ 
+ 
  
  

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list