X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh_lexer.ll;h=fddc0b3718c47618a51a5860114a0435bb580400;hp=961c8564c1af4179183bf958a65b2d9c3987d78d;hb=9d22692238af9dd0875b5ed849e6ce3a3d503a87;hpb=dab53bee0de888619c55b9ff7d7427dda67d9186 diff --git a/ginsh/ginsh_lexer.ll b/ginsh/ginsh_lexer.ll index 961c8564..fddc0b37 100644 --- a/ginsh/ginsh_lexer.ll +++ b/ginsh/ginsh_lexer.ll @@ -3,7 +3,7 @@ * Lexical analyzer definition for ginsh. * This file must be processed with flex. * - * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,8 +28,6 @@ %{ #include "config.h" -#include - #include "ginsh.h" #include "ginsh_parser.h" @@ -69,7 +67,10 @@ Digits yylval = (long)Digits; return T_DIGITS; /* keywords */ quit|exit return T_QUIT; +warranty return T_WARRANTY; print return T_PRINT; +read return T_READ; +write return T_WRITE; time return T_TIME; xyzzy return T_XYZZY; inventory return T_INVENTORY;