Browse Source

Log token values

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

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

@@ -21,6 +21,7 @@ syntax logoPlayer_syntax (logoPlayer_lexique) {
   rule <routine> {
     $ROUTINE$
     $identifier$ ?let @lstring routineId
+    log routineId
     $BEGIN$
     <instructions>
     $END$
@@ -51,6 +52,7 @@ syntax logoPlayer_syntax (logoPlayer_lexique) {
       $ROTATE$
     end
     $integer$ ?let @luint moveLen
+    log moveLen
   }
 
   rule <set_pen> {