-
Notifications
You must be signed in to change notification settings - Fork 802
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Handle special parsing of `new T…` & `inherit T…` * Ctor applications are handled differently in the parser after the `new` and `inherit` keywords than they are elsewhere: only a subset of expressions are allowed as an argument (as specified in `atomicExprAfterType` in pars.fsy). This means that any expression outside of that blessed subset must be parenthesized, even if the exact same ctor application would not require parentheses without `new` or `inherit`. * Fantomas * Arrays only * Fantomas * Clean up comments
- Loading branch information
1 parent
24ef671
commit 502aeff
Showing
2 changed files
with
86 additions
and
0 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