mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Added comptype
This commit is contained in:
parent
bb12a4ec20
commit
4890303508
27 changed files with 382 additions and 157 deletions
|
@ -291,7 +291,7 @@ void BfStructuralVisitor::Visit(BfDelegateTypeRef* typeRef)
|
|||
Visit(typeRef->ToBase());
|
||||
}
|
||||
|
||||
void BfStructuralVisitor::Visit(BfDeclTypeRef* declTypeRef)
|
||||
void BfStructuralVisitor::Visit(BfExprModTypeRef* declTypeRef)
|
||||
{
|
||||
Visit(declTypeRef->ToBase());
|
||||
}
|
||||
|
@ -1307,6 +1307,8 @@ const char* Beefy::BfTokenToString(BfToken token)
|
|||
return "checked";
|
||||
case BfToken_Class:
|
||||
return "class";
|
||||
case BfToken_Comptype:
|
||||
return "comptype";
|
||||
case BfToken_Concrete:
|
||||
return "concrete";
|
||||
case BfToken_Const:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue