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 63110d9a32 Removed bad spacing in ObjectInitializationValues.ToString
If a value had more initialzation values inside of it, it would leave a space
before the newline. This was causing the parser test to believe the parser to be
failing. The parser now passes the test.
2022-08-17 19:40:16 -04:00
..
argument.go Added parsing primitive arguments 2022-08-16 16:27:52 -04:00
body.go Object initialization value parsing is now done recursively 2022-08-17 13:26:18 -04:00
data.go Object initialization value parsing is now done recursively 2022-08-17 13:26:18 -04:00
meta.go Added base parse body function 2022-08-14 22:38:57 -04:00
parser.go Added previousToken method to parser 2022-08-17 12:39:26 -04:00
parser_test.go Parser tests now show exact line and column where data is mismatched 2022-08-17 19:36:33 -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