fspl/analyzer
Sasha Koshka 7f866d102d Fixed several cases where the generator would output invalid IR 2023-12-03 22:23:04 -05:00
..
assignment.go Fixed several cases where the generator would output invalid IR 2023-12-03 22:23:04 -05:00
assignment_test.go Analyzer does light upward type inference for location expressions 2023-11-29 18:52:27 -05:00
builtin.go Pass all but one test 2023-11-04 16:34:40 -04:00
cast_test.go Pass all but one test 2023-11-04 16:34:40 -04:00
expression-multiplex.go Add length to analyzer and parser 2023-11-30 02:05:32 -05:00
expression.go Fixed several cases where the generator would output invalid IR 2023-12-03 22:23:04 -05:00
function.go Slight modifications to analyzer 2023-11-21 15:04:01 -05:00
function_test.go Updated analyzer tests to account for lexer changes 2023-10-18 01:33:22 -04:00
literal.go String literals can be assigned to strings now 2023-12-02 22:45:22 -05:00
literal_test.go Can now assign array directly to slice 2023-10-31 01:46:18 -04:00
method.go Analyzer adds a "this" pointer to methods 2023-12-02 23:06:58 -05:00
method_test.go Analyzer adds a "this" pointer to methods 2023-12-02 23:06:58 -05:00
misc.go Function call analysis 2023-10-20 13:48:05 -04:00
name_test.go Slight modifications to analyzer 2023-11-21 15:04:01 -05:00
operation_test.go Pass all analyzer tests 2023-11-04 17:59:04 -04:00
scope.go Can now assign array directly to slice 2023-10-31 01:46:18 -04:00
statement.go Fix goofy bugs 2023-10-31 21:52:47 -04:00
test-common.go Added more tests to analyzer 2023-09-26 16:40:26 -04:00
tree.go Added analysis for numerous types of expressions 2023-10-24 18:29:33 -04:00
type.go Pass all analyzer tests 2023-11-04 17:59:04 -04:00
type_test.go Updated analyzer tests to account for lexer changes 2023-10-18 01:33:22 -04:00