Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/lex.ll

    r647e2ea r11ab0b4a  
    1010 * Created On       : Sat Sep 22 08:58:10 2001
    1111 * Last Modified By : Peter A. Buhr
    12  * Last Modified On : Sat Feb 24 11:47:24 2024
    13  * Update Count     : 777
     12 * Last Modified On : Tue Oct  3 17:10:57 2023
     13 * Update Count     : 773
    1414 */
    1515
     
    407407";"                             { ASCIIOP_RETURN(); }
    408408"."                             { ASCIIOP_RETURN(); }                                   // also operator
    409 "@@"                    { NAMEDOP_RETURN(ATTR); }                               // CFA, attribute shorthand
    410409"..."                   { NAMEDOP_RETURN(ELLIPSIS); }
    411410
Note: See TracChangeset for help on using the changeset viewer.