Add more tests for primary expressions: fields, indices, curly, quotes and interpolations.
Remove 12 files from known failures.
closes #10
closes #69
closes #49. Restricting quotables fixes the parsing problem listed in the issue. However, this doesn't improve #11, so changing the precedence of the colon_quote might still be necessary.
_quotable
rule for expressions that can be quoted without extra parentheses and disallow arbitrary expressions in quotes and interpolations._primary_expression
.parameterized_identifier
withparametrized_type_expression
:type_argument_list
_primary_expression
to be parameterized<:
) in type argumentsTuple{}
)subscript_expression
toindex_expression
.@
.colon_quote
might still be necessary.