Ignore:
Timestamp:
Feb 6, 2025, 3:42:32 PM (11 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
eca364f7
Parents:
a8e2215
Message:

first attempt at generalizing attributes to statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/StatementNode.hpp

    ra8e2215 rcd28605  
    1010// Created On       : Wed Apr  5 11:42:00 2023
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Sep 23 22:43:05 2024
    13 // Update Count     : 3
     12// Last Modified On : Thu Feb  6 11:39:26 2025
     13// Update Count     : 6
    1414//
    1515
     
    2727        ast::Stmt * build() { return stmt.release(); }
    2828
     29        StatementNode * addQualifiers( DeclarationNode * );
    2930        StatementNode * add_label(
    3031                        const CodeLocation & location,
     
    3637        }
    3738
     39        std::vector<ast::ptr<ast::Attribute>> attributes;
    3840        std::unique_ptr<ast::Stmt> stmt;
    3941}; // StatementNode
Note: See TracChangeset for help on using the changeset viewer.