-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It turns out that `;` cannot consistently be used for parameter lists with defaults, so we revert back to using `,` to separate identdefs except when doing so would result in AST inequality - this works for all known cases and returns us to comma-land generally. * fix missing `:` in command post-statements * fix parsing of top-level statements with `;` (nim-lang/Nim#23088) * fix doc-comment support after `=` for vars, consts etc
- Loading branch information
1 parent
5749abc
commit 2bef10b
Showing
27 changed files
with
1,070 additions
and
1,053 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
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
Oops, something went wrong.