Ignore:
Timestamp:
Apr 13, 2023, 10:28:47 AM (14 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
1b8fc06c
Parents:
52f9804
Message:

Clean-up in the parser %union.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/StatementNode.h

    r52f9804 r32d6fdc  
    9494ast::Stmt * build_compound( const CodeLocation &, StatementNode * first );
    9595StatementNode * maybe_build_compound( const CodeLocation &, StatementNode * first );
    96 ast::Stmt * build_asm( const CodeLocation &, bool voltile, ast::Expr * instruction, ExpressionNode * output = nullptr, ExpressionNode * input = nullptr, ExpressionNode * clobber = nullptr, LabelNode * gotolabels = nullptr );
     96ast::Stmt * build_asm( const CodeLocation &, bool is_volatile, ExpressionNode * instruction, ExpressionNode * output = nullptr, ExpressionNode * input = nullptr, ExpressionNode * clobber = nullptr, LabelNode * gotolabels = nullptr );
    9797ast::Stmt * build_directive( const CodeLocation &, std::string * directive );
    9898ast::SuspendStmt * build_suspend( const CodeLocation &, StatementNode *, ast::SuspendStmt::Kind );
Note: See TracChangeset for help on using the changeset viewer.