fspl/analyzer
Sasha Koshka b614dde503 Fix TestTypeInterfaceBehaviorUniqueErr 2024-02-08 12:57:20 -05:00
..
assignment.go Rework analyzer code to fit new parser 2024-02-08 03:51:21 -05:00
assignment_test.go Bring analyzer tests up to date as much as possible 2024-02-08 12:49:17 -05:00
builtin.go Pass all but one test 2023-11-04 16:34:40 -04:00
cast_test.go Bring analyzer tests up to date as much as possible 2024-02-08 12:49:17 -05:00
expression-multiplex.go Rework analyzer code to fit new parser 2024-02-08 03:51:21 -05:00
expression.go Rework analyzer code to fit new parser 2024-02-08 03:51:21 -05:00
function.go Rework analyzer code to fit new parser 2024-02-08 03:51:21 -05:00
function_test.go Updated analyzer tests to account for lexer changes 2023-10-18 01:33:22 -04:00
literal.go Rework analyzer code to fit new parser 2024-02-08 03:51:21 -05:00
literal_test.go Bring analyzer tests up to date as much as possible 2024-02-08 12:49:17 -05:00
method.go Rework analyzer code to fit new parser 2024-02-08 03:51:21 -05:00
method_test.go Bring analyzer tests up to date as much as possible 2024-02-08 12:49:17 -05:00
misc.go Rework analyzer code to fit new parser 2024-02-08 03:51:21 -05:00
name_test.go Bring analyzer tests up to date as much as possible 2024-02-08 12:49:17 -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
test-common.go Off by one error oh my god 2024-02-08 03:58:29 -05:00
tree.go Rework analyzer code to fit new parser 2024-02-08 03:51:21 -05:00
type.go Rework analyzer code to fit new parser 2024-02-08 03:51:21 -05:00
type_test.go Fix TestTypeInterfaceBehaviorUniqueErr 2024-02-08 12:57:20 -05:00