-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip: added _rhs_expression allowing expr function_definition with opt…
… name modified rules: - {augmented,_variable{_inferred_type,_typed,}}_assignment - parenthesized_expression - assignment - pair - array - {typed_default,default}_parameter - function_definition - argument_list Anonymous functions are parsing correctly, but the current body rule does not allow the following: call(func hello(): pass) # ERROR MISSING newline The body rule should allow being a single statement with no following newline.
- Loading branch information
1 parent
5d43d78
commit 86e8d44
Showing
2 changed files
with
90 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters