mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Comptime can now run on unspecialized code
This commit is contained in:
parent
a4a5d99fd0
commit
4e18517c03
13 changed files with 289 additions and 155 deletions
|
@ -8167,8 +8167,8 @@ void DbgExprEvaluator::Visit(BfTypeAttrExpression* typeAttrExpr)
|
|||
case BfToken_StrideOf:
|
||||
mResult.mInt64 = dbgType->GetStride();
|
||||
break;
|
||||
case BfToken_TypeOf:
|
||||
//TODO:
|
||||
default:
|
||||
Fail("Invalid attribute expression", typeAttrExpr);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue