wip -- tuples compiling. need more work on function invocations

This commit is contained in:
2025-12-29 23:17:18 -07:00
parent 87951ab12f
commit b51800eb77
3 changed files with 861 additions and 1 deletions

View File

@@ -47,3 +47,4 @@ mod logic_expression;
mod loops;
mod math_syscall;
mod syscall;
mod tuple_literals;