I modified the expr_list at the last moment to include comments (attached to expressions!)
instead of dropping them.
I would imagine erlang would actually entertain dangling separators because
it makes commenting out code easy, which the wxapi.conf file alerted me to :)
the tuple rule is shared between expr/type so type is inheriting that dangliness.
is an empty tuple {} valid? if not then list0... needs to become list1...
Hi! 👋🏽 since I'm currently not working on and have no plans to continue working on this version of the compiler, I'll close this PR. Thanks a lot for your contribution 🙏🏽
I modified the expr_list at the last moment to include comments (attached to expressions!) instead of dropping them.
I would imagine erlang would actually entertain dangling separators because it makes commenting out code easy, which the wxapi.conf file alerted me to :)
the tuple rule is shared between expr/type so type is inheriting that dangliness. is an empty tuple {} valid? if not then list0... needs to become list1...