Initial hash directive implementation

This commit is contained in:
Dudejoe870
2024-05-28 22:25:16 -05:00
parent ba8672ad29
commit 9b78061c8f
2 changed files with 120 additions and 50 deletions

View File

@@ -7414,7 +7414,8 @@ gb_internal ExprKind check_call_expr(CheckerContext *c, Operand *operand, Ast *c
name == "config" ||
name == "load" ||
name == "load_directory" ||
name == "load_hash"
name == "load_hash" ||
name == "hash"
) {
operand->mode = Addressing_Builtin;
operand->builtin_id = BuiltinProc_DIRECTIVE;