Ignore:
Timestamp:
Feb 27, 2024, 10:56:31 AM (7 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
dc3fbe5
Parents:
bc61563
Message:

Moved ParseNode?'s name field down to DeclarationNode?, it is not used in any of the other child classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/DeclarationNode.h

    rbc61563 r4c0b674  
    131131        DeclarationNode * get_last() { return (DeclarationNode *)ParseNode::get_last(); }
    132132
     133        const std::string * name = nullptr;
     134
    133135        struct Variable_t {
    134136//              const std::string * name;
Note: See TracChangeset for help on using the changeset viewer.