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
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
body.go
data.go
meta.go
parser_test.go Parser tests now show exact line and column where data is mismatched 2022-08-17 19:36:33 -04:00
parser.go
tree-tostring.go Removed bad spacing in ObjectInitializationValues.ToString 2022-08-17 19:40:16 -04:00
tree.go