remove superseded eval code
This commit is contained in:
parent
8d1c6138f9
commit
a55555c99e
1007
src/eval.cpp
1007
src/eval.cpp
File diff suppressed because it is too large
Load Diff
@ -10,9 +10,6 @@
|
||||
|
||||
#include "all_types.hpp"
|
||||
|
||||
bool eval_fn(CodeGen *g, AstNode *node, FnTableEntry *fn, ConstExprValue *out_val, size_t branch_quota,
|
||||
AstNode *struct_node);
|
||||
|
||||
bool const_values_equal(ConstExprValue *a, ConstExprValue *b, TypeTableEntry *type_entry);
|
||||
int eval_const_expr_bin_op(ConstExprValue *op1_val, TypeTableEntry *op1_type,
|
||||
BinOpType bin_op, ConstExprValue *op2_val, TypeTableEntry *op2_type, ConstExprValue *out_val);
|
||||
|
Loading…
x
Reference in New Issue
Block a user