fspl/generator
Sasha Koshka cf201a08c6 Added a test case for a Writer interface
I really need to cut out a lot of the unnecessary IR that the
generator emits
2024-01-26 04:32:55 +00:00
..
native Fix stale code 2023-12-02 23:42:54 -05:00
assignment.go Attempt to further fix interface assignment 2023-12-14 21:21:07 -05:00
blockmanager.go Generator alloca's variables when they are defined 2023-12-07 02:48:27 -05:00
cast_test.go Added a test case for casting slices to pointers 2024-01-26 04:21:30 +00:00
data.go Revert slices back to having just two fields 2023-12-05 03:07:54 -05:00
expression-multiplex.go Added nil (zero initializer) literals 2023-12-21 23:33:38 -05:00
expression.go Fix conversion of slices to pointers 2024-01-26 04:07:58 +00:00
function_test.go Method calling now properly passes pointer instead of value 2023-12-14 01:23:34 -05:00
function.go Generator can produce link names 2023-12-20 03:05:27 -05:00
generator.go Change the location at which defined IR types are wrapped 2024-01-25 22:57:52 +00:00
interface_test.go Added a test case for a Writer interface 2024-01-26 04:32:55 +00:00
literal_test.go Generator alloca's variables when they are defined 2023-12-07 02:48:27 -05:00
literal.go Fix code I probably wrote while high off my ass 2023-12-24 21:39:56 -05:00
location-expression.go Generator alloca's variables when they are defined 2023-12-07 02:48:27 -05:00
misc_test.go Something was off with TestCompare 2023-12-24 21:45:47 -05:00
test-common.go Completed operations 2023-12-01 01:18:10 -05:00
type_test.go Wrote test for getelementptr'ing into chained typedefs 2024-01-25 18:19:34 +00:00
type-multiplex.go Fix duplicated pointer types 2024-01-25 07:36:51 +00:00
type.go Change the location at which defined IR types are wrapped 2024-01-25 22:57:52 +00:00