This repository has been archived on 2022-08-29. You can view files and clone it, but cannot push or open issues or pull requests.
arf/parser
2022-08-24 23:50:16 -04:00
..
argument.go
body.go
data_test.go Its just as I feared. Identifier parsing doesn't work! 2022-08-24 23:50:16 -04:00
data.go
enum_test.go Split tests into multiple files 2022-08-24 01:22:24 -04:00
enum.go
face.go Did the same thing to interfaces 2022-08-24 18:57:07 -04:00
meta_test.go Split tests into multiple files 2022-08-24 01:22:24 -04:00
meta.go
objt_test.go Altered objt section test case to not be alphabetically organized 2022-08-24 20:20:55 -04:00
objt.go Object sections now parse members into array 2022-08-24 20:19:14 -04:00
parser.go
test-common.go Split tests into multiple files 2022-08-24 01:22:24 -04:00
tree-tostring.go Altered tree so that object members are stored in an array 2022-08-24 20:09:57 -04:00
tree.go Altered tree so that object members are stored in an array 2022-08-24 20:09:57 -04:00
type_test.go Split tests into multiple files 2022-08-24 01:22:24 -04:00
type.go