]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh_lexer.ll
- added tokens "read" and "write" (in preparation for archiving)
[ginac.git] / ginsh / ginsh_lexer.ll
index 314db61307e7a6356899b073e1dc4cdb18cf9f4b..2d925b58d121b9df88e2366285b412870e915246 100644 (file)
@@ -68,6 +68,8 @@ Digits                        yylval = (long)Digits; return T_DIGITS;
                        /* keywords */
 quit|exit              return T_QUIT;
 print                  return T_PRINT;
+read                   return T_READ;
+write                  return T_WRITE;
 time                   return T_TIME;
 xyzzy                  return T_XYZZY;
 inventory              return T_INVENTORY;