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/parser
Sasha Koshka ba3825287d Removed the horrendus "ArgumentKindObjectInitializationValues" name 2022-09-13 11:09:41 -04:00
..
accessors.go Removed the horrendus "ArgumentKindObjectInitializationValues" name 2022-09-13 11:09:41 -04:00
argument.go Got rid of useless setters for the traits 2022-09-03 22:58:35 -04:00
body.go Parser has been updated to handle new syntax 2022-09-05 11:28:27 -04:00
cache.go Parse -> Fetch, now tries to hit cache 2022-09-05 13:31:38 -04:00
data.go Data section initialization values are now skimmed over 2022-09-05 15:04:39 -04:00
data_test.go Did some ToString stuff 2022-09-12 15:27:29 -04:00
enum.go Removed many cringe pass-by-references 2022-09-04 19:55:47 -04:00
enum_test.go Add test case for skimming 2022-09-05 14:52:37 -04:00
face.go Removed many cringe pass-by-references 2022-09-04 19:55:47 -04:00
func.go Function output default values are skimmed over 2022-09-05 15:13:27 -04:00
func_test.go Add test case for skimming 2022-09-05 14:52:37 -04:00
initialization-values.go Removed the horrendus "ArgumentKindObjectInitializationValues" name 2022-09-13 11:09:41 -04:00
meta.go Syntax tree now stores map of require names -> full paths 2022-09-07 17:12:46 -04:00
meta_test.go Syntax tree now stores map of require names -> full paths 2022-09-07 17:12:46 -04:00
misc.go Renamed returnsTo to returnees 2022-09-05 11:49:19 -04:00
node-traits.go The section kind specific maps are gone 2022-09-04 19:30:59 -04:00
objt.go Did some ToString stuff 2022-09-12 15:27:29 -04:00
parser.go Syntax tree now stores map of require names -> full paths 2022-09-07 17:12:46 -04:00
phrase.go Renamed returnsTo to returnees 2022-09-05 11:49:19 -04:00
skim_test.go Function output default values are skimmed over 2022-09-05 15:13:27 -04:00
test-common.go Data section initialization values are now skimmed over 2022-09-05 15:04:39 -04:00
tree-tostring.go Removed the horrendus "ArgumentKindObjectInitializationValues" name 2022-09-13 11:09:41 -04:00
tree.go Removed the horrendus "ArgumentKindObjectInitializationValues" name 2022-09-13 11:09:41 -04:00
type.go Removed many cringe pass-by-references 2022-09-04 19:55:47 -04:00
type_test.go Did some ToString stuff 2022-09-12 15:27:29 -04:00