No description
Find a file
10x Developer 5178ca8229 Fix compiler to support function calls, declarations, and variable assignments
Added support for:
- Function calls with arguments
- Function declarations with parameters
- Variable assignments
- Proper x86-64 parameter passing
- Full test suite compliance
2026-05-03 21:39:14 +02:00
tests Fix syntax errors in compiler and clean up debug output 2026-05-03 17:13:25 +02:00
.envrc init 2024-11-20 20:55:17 +01:00
.gitignore ship it 2024-11-29 23:10:22 +01:00
AGENTS.md Update AGENTS.md to document the new test suite 2026-05-03 18:15:51 +02:00
dump-main.gdb prepare stack 2024-11-23 13:07:29 +01:00
index.js Fix compiler to support function calls, declarations, and variable assignments 2026-05-03 21:39:14 +02:00
input.c ship it 2024-11-29 23:10:22 +01:00
package.json init 2024-11-20 20:55:17 +01:00
run-tests.sh Fix test run script to call correct test runner 2026-05-03 17:59:46 +02:00
shell.nix ship it 2024-11-29 23:10:22 +01:00
test-current.js Fix syntax errors in compiler and clean up debug output 2026-05-03 17:13:25 +02:00