Ignore:
Timestamp:
Jun 27, 2021, 9:55:02 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
e75b753
Parents:
4200b7e
Message:

add commented out parse rules for new ftype syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

    r4200b7e r2ac218d  
    1010// Created On       : Sat Sep  1 20:22:55 2001
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jun 20 18:46:51 2021
    13 // Update Count     : 5023
     12// Last Modified On : Sat Jun 26 08:44:14 2021
     13// Update Count     : 5025
    1414//
    1515
     
    25642564        | '*'
    25652565                { $$ = TypeDecl::DStype; }                                              // dtype + sized
     2566        // | '(' '*' ')'
     2567        //      { $$ = TypeDecl::Ftype; }
    25662568        | ELLIPSIS
    25672569                { $$ = TypeDecl::Ttype; }
Note: See TracChangeset for help on using the changeset viewer.