diff options
| author | gingerBill <bill@gingerbill.org> | 2023-07-14 17:34:00 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-07-14 17:34:00 +0100 |
| commit | ca442defbbaae4269ff947dfc14059f69a5cdaec (patch) | |
| tree | a8271218dac5b88f7d9a3ec8a2953bb39473d28d /src/tilde_proc.cpp | |
| parent | b17ebeb6f66f5f7e24b5a1ca32baf6855185eea8 (diff) | |
Mocking out call related stuff
Diffstat (limited to 'src/tilde_proc.cpp')
| -rw-r--r-- | src/tilde_proc.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tilde_proc.cpp b/src/tilde_proc.cpp new file mode 100644 index 000000000..306852db3 --- /dev/null +++ b/src/tilde_proc.cpp @@ -0,0 +1,5 @@ +gb_internal cgValue cg_build_call_expr(cgProcedure *p, Ast *expr) { + ast_node(ce, CallExpr, expr); + // TODO(bill): cg_build_call_expr + return {}; +}
\ No newline at end of file |