Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/lex.ll

    r02e5ab6 r097e2b0  
    1010 * Created On       : Sat Sep 22 08:58:10 2001
    1111 * Last Modified By : Peter A. Buhr
    12  * Last Modified On : Mon Sep 28 17:07:48 2015
    13  * Update Count     : 402
     12 * Last Modified On : Thu Oct  8 16:13:07 2015
     13 * Update Count     : 404
    1414 */
    1515
     
    356356">>="                   { NAMEDOP_RETURN(RSassign); }
    357357
     358"@="                    { NAMEDOP_RETURN(ATassign); }
     359
    358360                                /* CFA, operator identifier */
    359361{op_unary}"?"   { IDENTIFIER_RETURN(); }                                // unary
Note: See TracChangeset for help on using the changeset viewer.