/[svn]/linuxsampler/trunk/src/scriptvm/scanner.l
ViewVC logotype

Diff of /linuxsampler/trunk/src/scriptvm/scanner.l

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3259 by schoenebeck, Wed May 31 14:41:04 2017 UTC revision 3260 by schoenebeck, Wed May 31 21:07:44 2017 UTC
# Line 248  ID       [a-zA-Z0-9_]+ Line 248  ID       [a-zA-Z0-9_]+
248  "mod" return MOD;  "mod" return MOD;
249  "function" return FUNCTION;  "function" return FUNCTION;
250  "call" return CALL;  "call" return CALL;
251    "synchronized" return SYNCHRONIZED;
252    
253  [&,()[\]<>=*+#/-] {  [&,()[\]<>=*+#/-] {
254      return *yytext;      return *yytext;

Legend:
Removed from v.3259  
changed lines
  Added in v.3260

  ViewVC Help
Powered by ViewVC