-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09dcd31
commit 52f162c
Showing
4 changed files
with
27 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Foo (Bar => 12, Baz => |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
input:1:17: Cannot parse <param_assoc> | ||
input:2:1: Expected '<>', got Termination | ||
input:1:1: Cannot parse <name> | ||
input:2:1: Expected ')', got Termination | ||
CallExpr[1:1-2:1] <<INCOMPLETE>> | ||
|f_name: | ||
| Id[1:1-1:4]: Foo | ||
|f_suffix: | ||
| AssocList[1:6-2:1] <<INCOMPLETE>> | ||
| | ParamAssoc[1:6-1:15] | ||
| | |f_designator: | ||
| | | Id[1:6-1:9]: Bar | ||
| | |f_r_expr: | ||
| | | Int[1:13-1:15]: 12 | ||
| | ParamAssoc[1:17-2:1] <<INCOMPLETE>> | ||
| | |f_designator: | ||
| | | Id[1:17-1:20]: Baz | ||
| | |f_r_expr: <null> | ||
|
||
==== Checking tree consistency ==== |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
driver: parser | ||
check-consistency: true | ||
test-unparsing: false | ||
rule: name |