assignment.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.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 |
literal_test.go
|
Can now assign array directly to slice
|
2023-10-31 01:46:18 -04:00 |
literal.go
|
Added nil (zero initializer) literals
|
2023-12-21 23:33:38 -05:00 |
method_test.go
|
Analyzer adds a "this" pointer to methods
|
2023-12-02 23:06:58 -05: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 |