jak-project/test
ManDude 77242bd12e
[jak2] script-eval macro (#2315)
turns
```lisp
      (eval! (new 'stack 'script-context (process->ppointer self) self (the-as vector #f)) '(teleport))
      (eval! (new 'stack 'script-context (process->ppointer self) self (the-as vector #f)) (-> arg0 on-goto))
```
into
```lisp
      (script-eval '(teleport))
      (script-eval (-> arg0 on-goto))
```
2023-03-11 10:45:16 -05:00
..
decompiler [jak2] script-eval macro (#2315) 2023-03-11 10:45:16 -05:00
game d/jak2: finish task-arrow | carry-h | projectile | gun-[red|yellow|blue]-shot (#1864) 2022-10-29 15:22:57 -04:00
goalc cleanup gk CLI and fix issue that caused revert (#2310) 2023-03-09 23:13:01 -05:00
offline d/config: re-organize decompiler/config and eliminate most of the duplication (#2185) 2023-03-08 20:07:26 -05:00
test_data
all_jak1_symbols.cpp
all_jak1_symbols.h
CMakeLists.txt tests: run tests in gcc runner again (#1962) 2022-10-12 19:53:02 -04:00
test_CodeTester.cpp
test_common_util.cpp
test_emitter.cpp
test_emitter_avx.cpp [decompile] subdivide, wind-work, tie-work, bsp, focus (#1897) 2022-09-17 14:58:25 -04:00
test_goos.cpp
test_kernel_jak1.cpp
test_listener_deci2.cpp
test_main.cpp CI: Add a macOS Github runner (#2064) 2022-12-22 18:12:59 -05:00
test_math.cpp
test_pretty_print.cpp
test_reader.cpp
test_type_system.cpp decomp: add docstring support to relevant places in all-types (#1753) 2022-08-23 00:32:07 -04:00
test_zstd.cpp
test_zydis.cpp