/[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 2950 by schoenebeck, Wed Jul 13 15:51:06 2016 UTC revision 2951 by schoenebeck, Fri Jul 15 20:07:47 2016 UTC
# Line 241  ID       [a-zA-Z0-9_]+ Line 241  ID       [a-zA-Z0-9_]+
241  "const" return CONST_; // note: "CONST" is already defined for C/C++ compilers on Windows by default  "const" return CONST_; // note: "CONST" is already defined for C/C++ compilers on Windows by default
242  "polyphonic" return POLYPHONIC;  "polyphonic" return POLYPHONIC;
243  "mod" return MOD;  "mod" return MOD;
244    "function" return FUNCTION;
245    "call" return CALL;
246    
247  [&,()[\]<>=*+#/-] {  [&,()[\]<>=*+#/-] {
248      return *yytext;      return *yytext;

Legend:
Removed from v.2950  
changed lines
  Added in v.2951

  ViewVC Help
Powered by ViewVC