Browse Source

Retrieve token values

DricomDragon 5 years ago
parent
commit
14dceab66a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      logoPlayer/galgas-sources/logoPlayer-syntax.galgas

+ 2 - 2
logoPlayer/galgas-sources/logoPlayer-syntax.galgas

@@ -20,7 +20,7 @@ syntax logoPlayer_syntax (logoPlayer_lexique) {
 
   rule <routine> {
     $ROUTINE$
-    $identifier$ ?*
+    $identifier$ ?let @lstring routineId
     $BEGIN$
     <instructions>
     $END$
@@ -50,7 +50,7 @@ syntax logoPlayer_syntax (logoPlayer_lexique) {
     or
       $ROTATE$
     end
-    $integer$ ?*
+    $integer$ ?let @luint moveLen
   }
 
   rule <set_pen> {