mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +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
|
@ -402,6 +402,7 @@ public:
|
|||
BfExprEvaluator(BfModule* module);
|
||||
~BfExprEvaluator();
|
||||
|
||||
bool IsVar(BfType* type);
|
||||
void GetLiteral(BfAstNode* refNode, const BfVariant& variant);
|
||||
void FinishExpressionResult();
|
||||
virtual bool CheckAllowValue(const BfTypedValue& typedValue, BfAstNode* refNode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue