Changeset 3e94a23 for src/AST/Type.hpp


Ignore:
Timestamp:
Apr 5, 2023, 11:30:56 AM (15 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
835d6e8
Parents:
9bb8ee42
Message:

More use of the new AST named boolean types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Type.hpp

    r9bb8ee42 r3e94a23  
    265265};
    266266
    267 /// Function variable arguments flag
    268 enum ArgumentFlag { FixedArgs, VariableArgs };
    269 
    270267/// Type of a function `[R1, R2](*)(P1, P2, P3)`
    271268class FunctionType final : public Type {
Note: See TracChangeset for help on using the changeset viewer.