Allow dangling commas in argument lists
Compare changes
Files
2+ 5
− 6
@@ -174,13 +174,12 @@ FuncDecl -> Result<Top, ()>
@@ -174,13 +174,12 @@ FuncDecl -> Result<Top, ()>
I was working on porting edge detection and kept adding dangling commas to argument lists, so let's just support that.