[SCM] Lisaac compiler branch, stable, updated. lisaac-0.12-487-g37dc301

sonntag (none) sonntag at isaac.
Mon Sep 7 00:09:15 UTC 2009


The following commit has been merged in the stable branch:
commit 37dc3014c31cfc3f6356d8aaba3073c658d93937
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