jak-project/game/kernel
water111 d56540f8c0
Add lambda and static objects (#30)
* 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
2020-09-12 13:11:42 -04:00
..
asm_funcs.asm Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
fileio.cpp implement some loads and stores 2020-08-29 19:13:29 -04:00
fileio.h check in existing work 2020-08-22 22:30:12 -04:00
kboot.cpp Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
kboot.h add some basic symbol stuff 2020-09-07 13:28:16 -04:00
kdgo.cpp working return integer tests as part of gtest 2020-09-06 16:58:25 -04:00
kdgo.h check in existing work 2020-08-22 22:30:12 -04:00
kdsnetm.cpp Got rid of a lot of windows ifdefs 2020-09-07 20:00:02 -04:00
kdsnetm.h Got rid of a lot of windows ifdefs 2020-09-07 20:00:02 -04:00
klink.cpp Replacing std::exception with std::runtime_error 2020-08-26 22:24:03 -06:00
klink.h check in existing work 2020-08-22 22:30:12 -04:00
klisten.cpp Merge branch 'master' of https://github.com/water111/jak-project into w/ir 2020-09-08 19:39:39 -04:00
klisten.h check in existing work 2020-08-22 22:30:12 -04:00
kmachine.cpp Merge branch 'master' of https://github.com/water111/jak-project into w/ir 2020-09-08 19:39:39 -04:00
kmachine.h check in existing work 2020-08-22 22:30:12 -04:00
kmalloc.cpp check in existing work 2020-08-22 22:30:12 -04:00
kmalloc.h check in existing work 2020-08-22 22:30:12 -04:00
kmemcard.cpp Add a bunch of #ifdefs to keep things working as expected on linux 2020-09-03 22:24:50 -04:00
kmemcard.h Add a bunch of #ifdefs to keep things working as expected on linux 2020-09-03 22:24:50 -04:00
kprint.cpp Replacing std::exception with std::runtime_error 2020-08-26 22:24:03 -06:00
kprint.h Address review feedback 2020-09-04 19:40:45 -04:00
kscheme.cpp 17 of 124 compiler tests passing 2020-09-07 19:17:48 -04:00
kscheme.h add typecheck and tests 2020-08-27 16:47:54 -04:00
ksocket.cpp Got rid of a lot of windows ifdefs 2020-09-07 20:00:02 -04:00
ksocket.h check in existing work 2020-08-22 22:30:12 -04:00
ksound.cpp check in existing work 2020-08-22 22:30:12 -04:00
ksound.h check in existing work 2020-08-22 22:30:12 -04:00
Ptr.h Replacing std::exception with std::runtime_error 2020-08-26 22:24:03 -06:00
todo.txt check in existing work 2020-08-22 22:30:12 -04:00