fspl/generator
Sasha Koshka 31cf892a63 Broke up the monolithic TestLiteral 2024-01-28 14:36:04 -05:00
..
native Fix stale code 2023-12-02 23:42:54 -05:00
assignment.go *Greatly* reduced the amount of excess IR related to string literals 2024-01-28 14:11:41 -05:00
blockmanager.go Remove redundant val variable/declaration generation 2024-01-27 14:17:52 -05:00
cast_test.go Updated all tests except for literal_test.go 2024-01-27 23:24:19 -05:00
control-flow_test.go Add more tests for loops 2024-01-28 03:29:49 -05:00
data.go Assignment coercions are much more IR efficient 2024-01-27 22:45:28 -05:00
expression-loc.go More using qualified names in IR 2024-01-27 18:16:30 -05:00
expression-multiplex.go *Greatly* reduced the amount of excess IR related to string literals 2024-01-28 14:11:41 -05:00
expression-val.go Assignment coercions are much more IR efficient 2024-01-27 22:45:28 -05:00
expression.go Add more tests for loops 2024-01-28 03:29:49 -05:00
function.go Added -Any suffix to appropriate generation routines 2024-01-27 17:24:47 +00:00
function_test.go Updated all tests except for literal_test.go 2024-01-27 23:24:19 -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 Struct literals now support irDestLoc 2024-01-28 04:50:18 -05:00
literal.go Broke up the monolithic TestLiteral 2024-01-28 14:36:04 -05:00
literal_test.go Broke up the monolithic TestLiteral 2024-01-28 14:36:04 -05:00
misc_test.go Fixed extra lines after IR blocks 2024-01-28 03:18:39 -05:00
test-common.go Oh my god I swapped the columns 2024-01-27 18:09:51 -05: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
type_test.go More using qualified names in IR 2024-01-27 18:16:30 -05:00