fspl/generator
Sasha Koshka f659866ae1 Fix crash when using int literals as floats 2024-01-29 13:29:53 -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 Slice length fields are properly stored as Index values 2024-01-29 03:11:43 -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 Update tests 2024-01-29 03:30:54 -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 Update tests 2024-01-29 03:30:54 -05:00
literal.go Fix crash when using int literals as floats 2024-01-29 13:29:53 -05:00
literal_test.go Update tests 2024-01-29 03:30:54 -05:00
misc_test.go Fix crash when using int literals as floats 2024-01-29 13:29:53 -05:00
test-common.go Add source code printout for tests 2024-01-28 14:46:47 -05:00
type-multiplex.go Slice length fields are properly stored as Index values 2024-01-29 03:11:43 -05: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