jak-project/goal_src/test
2020-09-14 20:24:05 -04:00
..
test-add-function-returns.gc Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
test-add-int-constants.gc Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
test-add-int-multiple-2.gc Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
test-add-int-multiple.gc Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
test-add-int-vars.gc Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
test-application-lambda-1.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-ash.gc add more math 2020-09-14 20:24:05 -04:00
test-build-game.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-conditional-compilation-1.gc add some basic symbol stuff 2020-09-07 13:28:16 -04:00
test-declare-inline.gc add floats and inline stuff 2020-09-13 10:44:12 -04:00
test-defglobalconstant-1.gc 17 of 124 compiler tests passing 2020-09-07 19:17:48 -04:00
test-defglobalconstant-2.gc 17 of 124 compiler tests passing 2020-09-07 19:17:48 -04:00
test-define-1.gc add some basic symbol stuff 2020-09-07 13:28:16 -04:00
test-defsmacro-defgmacro.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-defun-return-constant.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-defun-return-symbol.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-desfun.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-div-1.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-div-2.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-factorial-loop.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-factorial-recursive.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-floating-point-1.gc add floats and inline stuff 2020-09-13 10:44:12 -04:00
test-format.gc add more math 2020-09-14 20:24:05 -04:00
test-function-return-arg.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-get-symbol-1.gc add some basic symbol stuff 2020-09-07 13:28:16 -04:00
test-get-symbol-2.gc add some basic symbol stuff 2020-09-07 13:28:16 -04:00
test-goto-1.gc 17 of 124 compiler tests passing 2020-09-07 19:17:48 -04:00
test-inline-call.gc add floats and inline stuff 2020-09-13 10:44:12 -04:00
test-let-1.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-let-star-1.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-logand.gc add more math 2020-09-14 20:24:05 -04:00
test-logior.gc add more math 2020-09-14 20:24:05 -04:00
test-logxor.gc add more math 2020-09-14 20:24:05 -04:00
test-mlet.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-mod.gc add more math 2020-09-14 20:24:05 -04:00
test-mul-1.gc Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
test-negative-integer-symbol.gc add more math 2020-09-14 20:24:05 -04:00
test-nested-blocks-1.gc 17 of 124 compiler tests passing 2020-09-07 19:17:48 -04:00
test-nested-blocks-2.gc 17 of 124 compiler tests passing 2020-09-07 19:17:48 -04:00
test-nested-blocks-3.gc 17 of 124 compiler tests passing 2020-09-07 19:17:48 -04:00
test-nested-function-call-2.gc add more math 2020-09-14 20:24:05 -04:00
test-nested-function-call.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-protect.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-return-integer-1.gc working return integer tests as part of gtest 2020-09-06 16:58:25 -04:00
test-return-integer-2.gc working return integer tests as part of gtest 2020-09-06 16:58:25 -04:00
test-return-integer-3.gc working return integer tests as part of gtest 2020-09-06 16:58:25 -04:00
test-return-integer-4.gc working return integer tests as part of gtest 2020-09-06 16:58:25 -04:00
test-return-integer-5.gc working return integer tests as part of gtest 2020-09-06 16:58:25 -04:00
test-return-integer-6.gc working return integer tests as part of gtest 2020-09-06 16:58:25 -04:00
test-return-integer-7.gc working return integer tests as part of gtest 2020-09-06 16:58:25 -04:00
test-set-symbol.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-shiftvs.gc add more math 2020-09-14 20:24:05 -04:00
test-simple-function-call.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-string-constant-1.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-string-constant-2.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-string-symbol.gc add floats and inline stuff 2020-09-13 10:44:12 -04:00
test-sub-1.gc Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
test-sub-2.gc Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
test-three-reg-add.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-three-reg-mult.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-three-reg-sub.gc add conditional stuff 2020-09-13 17:34:02 -04:00