Ignore:
Timestamp:
Mar 6, 2024, 12:34:15 PM (4 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
b93c544, e72fc60
Parents:
1df26c3
Message:

Return 'TypeData? *' from some parse rules. Moved TypeData? construction over to that file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/TypedefTable.cc

    r1df26c3 r6cef439  
    2020#include <string>                                                                               // for string
    2121#include <iostream>                                                                             // for iostream
     22
     23struct TypeData;
    2224
    2325#include "ExpressionNode.h"                                                             // for LabelNode
Note: See TracChangeset for help on using the changeset viewer.