Skip to content

Commit

Permalink
Recompile for new sep/flat
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed May 18, 2014
1 parent ab95395 commit 04ea483
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions testml.pgx.json
Expand Up @@ -170,13 +170,13 @@
},
{
"+max" : 1,
"-flat" : 1,
".all" : [
{
".ref" : "call_argument"
},
{
"+min" : 0,
"-flat" : 1,
".all" : [
{
".rgx" : "(?:[\\ \\t]|\\r?\\n|\\#.*\\r?\\n)*,(?:[\\ \\t]|\\r?\\n|\\#.*\\r?\\n)*"
Expand Down Expand Up @@ -388,13 +388,13 @@
".rgx" : "([a-zA-Z]\\w*)"
},
"function_variables" : {
"-flat" : 1,
".all" : [
{
".ref" : "function_variable"
},
{
"+min" : 0,
"-flat" : 1,
".all" : [
{
".rgx" : "(?:[\\ \\t]|\\r?\\n|\\#.*\\r?\\n)*,(?:[\\ \\t]|\\r?\\n|\\#.*\\r?\\n)*"
Expand Down
4 changes: 2 additions & 2 deletions testml.pgx.yaml
Expand Up @@ -82,10 +82,10 @@ call_argument_list:
.all:
- .rgx: \((?:[\ \t]|\r?\n|\#.*\r?\n)*
- +max: 1
-flat: 1
.all:
- .ref: call_argument
- +min: 0
-flat: 1
.all:
- .rgx: (?:[\ \t]|\r?\n|\#.*\r?\n)*,(?:[\ \t]|\r?\n|\#.*\r?\n)*
- .ref: call_argument
Expand Down Expand Up @@ -179,10 +179,10 @@ function_start:
function_variable:
.rgx: ([a-zA-Z]\w*)
function_variables:
-flat: 1
.all:
- .ref: function_variable
- +min: 0
-flat: 1
.all:
- .rgx: (?:[\ \t]|\r?\n|\#.*\r?\n)*,(?:[\ \t]|\r?\n|\#.*\r?\n)*
- .ref: function_variable
Expand Down

0 comments on commit 04ea483

Please sign in to comment.