This repository has been archived on 2022-08-30. You can view files and clone it, but cannot push or open issues or pull requests.
arf/parser
Sasha Koshka a548dcc585 Changed permission codes to only determine private/public/readonly
Changing permissions within the module was redundant and would have just
conflicted with the :mut type qualifier. This is easier to understand.
2022-08-18 12:09:17 -04:00
..
argument.go Replaced references to file.Error with infoerr.Error 2022-08-18 00:58:40 -04:00
body.go Replaced references to file.Error with infoerr.Error 2022-08-18 00:58:40 -04:00
data.go Replaced references to file.Error with infoerr.Error 2022-08-18 00:58:40 -04:00
meta.go Replaced references to file.Error with infoerr.Error 2022-08-18 00:58:40 -04:00
parser.go Replaced references to file.Error with infoerr.Error 2022-08-18 00:58:40 -04:00
parser_test.go Changed permission codes to only determine private/public/readonly 2022-08-18 12:09:17 -04:00
tree-tostring.go Removed bad spacing in ObjectInitializationValues.ToString 2022-08-17 19:40:16 -04:00
tree.go Reworked array initialization value parsing 2022-08-17 11:30:17 -04:00