Ignore:
Timestamp:
03/22/16 01:17:03 (8 years ago)
Author:
Maciej Komosinski
Message:

"const" keyword, detecting variable name clashes, error on iterating null, "->" notation for dictionaries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/vm/framscript.l

    r468 r477  
    4545                            }
    4646                       }
     47
     48"->"               return ARROW;
    4749"=="               return EQUAL;
    4850"<>"               return NOT_EQUAL;
Note: See TracChangeset for help on using the changeset viewer.