~jonathank89/burg/burg-percise

« back to all changes in this revision

Viewing changes to script/yylex.l

  • Committer: Bean
  • Date: 2010-06-23 15:25:02 UTC
  • Revision ID: bean123ch@gmail.com-20100623152502-9h370uiaoryb2r3v
New command time, misc fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
"}"             { RECORD; return GRUB_PARSER_TOKEN_RBR;       }
153
153
"[["            { RECORD; return GRUB_PARSER_TOKEN_RSQBR2;    }
154
154
"]]"            { RECORD; return GRUB_PARSER_TOKEN_LSQBR2;    }
155
 
"time"          { RECORD; return GRUB_PARSER_TOKEN_TIME;      }
156
155
"case"          { RECORD; return GRUB_PARSER_TOKEN_CASE;      }
157
156
"do"            { RECORD; return GRUB_PARSER_TOKEN_DO;        }
158
157
"done"          { RECORD; return GRUB_PARSER_TOKEN_DONE;      }