Added more tests and updated existing to use snapshot style testing

This commit is contained in:
2025-12-30 11:49:42 -07:00
parent fc13c465c0
commit e2a45f0d05
7 changed files with 1681 additions and 6 deletions

View File

@@ -42,9 +42,14 @@ mod binary_expression;
mod branching;
mod declaration_function_invocation;
mod declaration_literal;
mod device_access;
mod edge_cases;
mod error_handling;
mod function_declaration;
mod logic_expression;
mod loops;
mod math_syscall;
mod negation_priority;
mod scoping;
mod syscall;
mod tuple_literals;