This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Final expression of a block cannot be an expression with braces. #54
Labels
grammar
Issues with the definition of the rust grammar
restrictions
Issues related to the permissiveness of the grammar
That is, the final expression cannot be:
This applies recursively. That is, the following does not parse:
{{1}+{1}}
. I do not know how to express that.The text was updated successfully, but these errors were encountered: