[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-467-g905a6b5

Mildred Ki'Lya silkensedai at online.fr
Mon Sep 7 09:34:17 UTC 2009


The following commit has been merged in the master branch:
commit 1b995b9494187256cce0ec30f1773d63370249dc
Author: sonntag <sonntag at isaac.(none)>
Date:   Mon Sep 7 02:09:19 2009 +0200

    pb git 3

diff --git a/src/parser.li b/src/parser.li
index ffc9b94..1f22b98 100644
--- a/src/parser.li
+++ b/src/parser.li
@@ -2794,7 +2794,7 @@ Section Private
         result := LIP_STRING.get (ALIAS_STR.get "");        
       }.elseif {last_string = ALIAS_STR.prototype_boolean} then {        
         result := LIP_BOOLEAN.get FALSE;
-      }.elseif {last_string = ALIAS_STR.prototype_boolean} then {
+      }.elseif {last_string = ALIAS_STR.prototype_lip} then {
         not_yet_implemented;
       } else {
         syntax_error (current_position,"Incorrect type.");
diff --git a/src/tools/alias_str.li b/src/tools/alias_str.li
index e85191d..6b26791 100644
--- a/src/tools/alias_str.li
+++ b/src/tools/alias_str.li
@@ -107,6 +107,7 @@ Section Public
   - prototype_n_a_n_a_character:STRING_CONSTANT := 
   "NATIVE_ARRAY__NATIVE_ARRAY__CHARACTER";
   - prototype_system_io       :STRING_CONSTANT := "SYSTEM_IO";
+  - prototype_lip             :STRING_CONSTANT := "LIP";
   
   - variable_self          :STRING_CONSTANT := "Self";  
   - variable_context       :STRING_CONSTANT := "__pos";
@@ -399,6 +400,7 @@ Section Public
     list.add prototype_n_a_character;
     list.add prototype_n_a_n_a_character;    
     list.add prototype_system_io;
+    list.add prototype_lip;
     
     // Les variables de base :
     list.add variable_self;    

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list