mirror of
https://github.com/open-goal/jak-project
synced 2026-05-27 16:14:18 -04:00
d56540f8c0
* add some more tests for let * support static strings * add function calling * add prints for windows debgu * one test only * try swapping r14 and r15 in windows * swap back * disable defun for now * fix massive bug * fix formatting
1 line
42 B
Common Lisp
1 line
42 B
Common Lisp
((lambda :inline-only #t (x y z) y) 1 2 3) |