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 5d27befb6f Fixed require paths
Previously, relative require paths would be resolved based on the
current working directory. They are now resolved based on the path
of the module.
2022-10-12 13:11:36 -04:00
..
analyzer.go Made documentation a bit better 2022-10-12 00:48:55 -04:00
argument.go Privated analysisOperation 2022-10-11 23:53:38 -04:00
common-errors.go Added untested type mismatch error reporting thing 2022-10-11 17:04:18 -04:00
list.go StringLiteral.canBePassedAs allows variable arrays 2022-10-11 15:09:44 -04:00
literals.go Added method to figure out if a type has a particular member 2022-10-12 02:57:18 -04:00
node-traits.go Added a locatable node trait 2022-10-11 18:31:37 -04:00
primitives.go Made documentation a bit better 2022-10-12 00:48:55 -04:00
table.go Added a locatable node trait 2022-10-11 18:31:37 -04:00
test-common.go
type-section_test.go
type-section.go Member analysis stub 2022-10-12 13:05:19 -04:00
type.go Fixed require paths 2022-10-12 13:11:36 -04:00