Commit Graph

18 Commits

Author SHA1 Message Date
650289f03e Generate switch statements 2024-03-26 00:42:27 -04:00
5dda7b2186 Generate match statement default cases 2024-03-25 22:34:24 -04:00
7f58f7da8b Change the compiler test names to make them more legible 2024-03-24 20:09:10 -04:00
f3c0901493 For loop elements are properly copied 2024-03-24 03:09:33 -04:00
cd08801a29 Added a timeout for compiler tests 2024-03-20 12:38:46 -04:00
a4443444c1 Add compiler test cases for loops 2024-03-20 11:35:14 -04:00
be08308cb2 Add a compiler test for this 2024-03-06 17:41:52 -05:00
040be67476 Add compiler tests for unions/matches 2024-03-06 15:06:21 -05:00
ef07772ce4 Add some interface tests to compiler 2024-02-27 02:36:35 -05:00
5d5ffb9c4c Add test for printing argv
Disabled for now due to #47
2024-02-27 00:22:02 -05:00
b9eec89773 Add test case for counting cli args 2024-02-27 00:09:01 -05:00
1d4f958efa Added a test case for depending on compiled units 2024-02-26 23:59:47 -05:00
b441cc1e7b Added a test case for depending on compiled units 2024-02-26 23:50:14 -05:00
496d4aeb01 Added test case for grabbing a module from /usr/include/fspl 2024-02-26 14:33:31 -05:00
2edbd6c8b3 Split compiler_test.go into common file and test file 2024-02-26 14:04:37 -05:00
76eed1153e Added test case for exit code 2024-02-26 14:03:10 -05:00
c28ea57777 Compiler test now holds output from compiler until end 2024-02-26 13:56:37 -05:00
a418baa113 Add the hello world test case 2024-02-26 13:46:30 -05:00