This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
arf/analyzer
2022-10-18 15:00:42 -04:00
..
analyzer.go Altered semantics of fetchNodeFromIdentifier 2022-10-17 17:24:25 -04:00
argument.go Enum values are auto-filled 2022-10-14 20:06:11 -04:00
common-errors.go Added untested type mismatch error reporting thing 2022-10-11 17:04:18 -04:00
data-section_test.go Test case for data sections 2022-10-17 01:48:37 -04:00
data-section.go Fixed type checking for string literals 2022-10-17 01:40:00 -04:00
enum-section_test.go Store enum default value as argument, error on empty enum 2022-10-16 02:04:38 -04:00
enum-section.go No segfaulty 2022-10-16 02:07:25 -04:00
func-section_test.go Added basic test case for functions 2022-10-18 15:00:17 -04:00
func-section.go Added basic test case for functions 2022-10-18 15:00:17 -04:00
list.go wip 2022-10-17 15:41:26 -04:00
literals.go Fixed type checking for string literals 2022-10-17 01:40:00 -04:00
node-traits.go Added a locatable node trait 2022-10-11 18:31:37 -04:00
primitives.go Fixed type checking for string literals 2022-10-17 01:40:00 -04:00
table.go Added a locatable node trait 2022-10-11 18:31:37 -04:00
test-common.go
type-section_test.go Add non-basic types to type section test case 2022-10-18 15:00:42 -04:00
type-section.go Object member values must be unique 2022-10-16 02:41:41 -04:00
type.go Add non-basic types to type section test case 2022-10-18 15:00:42 -04:00