fspl/analyzer
Sasha Koshka 2ce910c54a Same thing as last commit 2024-01-26 04:05:58 +00:00
..
assignment.go Same thing as last commit 2024-01-26 04:05:58 +00:00
assignment_test.go Made the type checker a tad more robust 2023-12-15 13:23:37 -05:00
builtin.go Pass all but one test 2023-11-04 16:34:40 -04:00
cast_test.go Made the type checker a tad more robust 2023-12-15 13:23:37 -05:00
expression-multiplex.go Added nil (zero initializer) literals 2023-12-21 23:33:38 -05:00
expression.go If statements get a type 2023-12-07 04:16:58 -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 Added nil (zero initializer) literals 2023-12-21 23:33:38 -05:00
literal_test.go Can now assign array directly to slice 2023-10-31 01:46:18 -04:00
method.go Method calling now properly passes pointer instead of value 2023-12-14 01:23:34 -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 Made the type checker a tad more robust 2023-12-15 13:23:37 -05:00
tree.go Generator can produce link names 2023-12-20 03:05:27 -05: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