diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-31T12·21+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-31T12·21+0000 |
commit | f1c1a3c97f1dc81b2d9b19f58589b4b8a5ed196e (patch) | |
tree | bf0321eae353ad521773fb24ebdd71695e2a95e4 /src/fix-ng | |
parent | 7db08cc9244c374903180c8e816ecf81f6ff1d79 (diff) |
* Allow empty attribute (argument) sets.
Diffstat (limited to 'src/fix-ng')
-rw-r--r-- | src/fix-ng/fix.sdf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fix-ng/fix.sdf b/src/fix-ng/fix.sdf index e94e696749f3..2074d9829411 100644 --- a/src/fix-ng/fix.sdf +++ b/src/fix-ng/fix.sdf @@ -44,7 +44,7 @@ exports "{" {Id ","}* "}" ":" Expr -> Expr {cons("Function"), right} - "{" {Bind ","}+ "}" + "{" {Bind ","}* "}" -> Expr {cons("Attrs")} Id "=" Expr |