Changeset 647e2ea for src/Parser/lex.ll


Ignore:
Timestamp:
Mar 4, 2024, 6:05:52 PM (5 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
9262fe9
Parents:
1d5e5601
Message:

try @@(...) for attributes, rename and reorder grammar rules, remove apparently unnecessary push/pop rules, first attempt at [] => [void] return type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/lex.ll

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