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
Sasha Koshka 2669a04857 Enum member names and values must be unique 2022-10-14 04:00:05 -04:00
..
analyzer.go Enum analysis works 2022-10-13 18:48:38 -04:00
argument.go Enum member names and values must be unique 2022-10-14 04:00:05 -04:00
common-errors.go Added untested type mismatch error reporting thing 2022-10-11 17:04:18 -04:00
enum-section.go Enum member names and values must be unique 2022-10-14 04:00:05 -04:00
enum-section_test.go Untested enum analysis 2022-10-13 18:02:35 -04:00
list.go StringLiteral.canBePassedAs allows variable arrays 2022-10-11 15:09:44 -04:00
literals.go Enum member names and values must be unique 2022-10-14 04:00:05 -04:00
node-traits.go Added a locatable node trait 2022-10-11 18:31:37 -04:00
primitives.go Uhhh 2022-10-13 13:30:11 -04:00
table.go Added a locatable node trait 2022-10-11 18:31:37 -04:00
test-common.go Nevermind this way is far better 2022-09-29 18:25:56 -04:00
type-section.go Enum analysis works 2022-10-13 18:48:38 -04:00
type-section_test.go Fixed test case to include new stuff 2022-10-13 02:26:05 -04:00
type.go Added methods to check if a type is a number 2022-10-13 20:52:49 -04:00