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 e42bad5810 Identifiers can no longer have arguments in them
Previously [[something something].something] would have been syntactically
correct. This can lead to ugly and cluttered syntax due to violating the one
thing per line guideline (that I've forgotten to write down) and would make the
parser incredibly convoluded. Member selection in arf is not an operator and
should not be treated as such. It would be much better to just use variables for
this.
2022-08-15 17:05:57 -04:00
..
body.go Parser calls ParseDataSection 2022-08-15 15:09:07 -04:00
data.go Parser calls ParseDataSection 2022-08-15 15:09:07 -04:00
meta.go Added base parse body function 2022-08-14 22:38:57 -04:00
parser.go Added base parse body function 2022-08-14 22:38:57 -04:00
parser_test.go Identifiers can no longer have arguments in them 2022-08-15 17:05:57 -04:00
tree-tostring.go Identifiers can no longer have arguments in them 2022-08-15 17:05:57 -04:00
tree.go Identifiers can no longer have arguments in them 2022-08-15 17:05:57 -04:00