.. |
assignment_test.go
|
Fix goofy bugs
|
2023-10-31 21:52:47 -04:00 |
assignment.go
|
Pass all analyzer tests
|
2023-11-04 17:59:04 -04: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
|
Fix goofy bugs
|
2023-10-31 21:52:47 -04:00 |
expression.go
|
Pass all analyzer tests
|
2023-11-04 17:59:04 -04:00 |
function_test.go
|
Updated analyzer tests to account for lexer changes
|
2023-10-18 01:33:22 -04:00 |
function.go
|
Expression analysis actually runs now
|
2023-10-29 14:40:29 -04:00 |
literal_test.go
|
Can now assign array directly to slice
|
2023-10-31 01:46:18 -04:00 |
literal.go
|
Pass all literal assignment tests
|
2023-10-29 15:18:44 -04:00 |
method_test.go
|
Pass all but one test
|
2023-11-04 16:34:40 -04:00 |
method.go
|
Removed Void as a concept
|
2023-10-29 14:47:28 -04:00 |
misc.go
|
Function call analysis
|
2023-10-20 13:48:05 -04:00 |
name_test.go
|
Pass all but one test
|
2023-11-04 16:34:40 -04: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_test.go
|
Updated analyzer tests to account for lexer changes
|
2023-10-18 01:33:22 -04:00 |
type.go
|
Pass all analyzer tests
|
2023-11-04 17:59:04 -04:00 |