Navigation Menu

Skip to content

Commit

Permalink
Recompile grammar 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 3c215f9 commit 4aebb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/TestML/Compiler/Pegex/Grammar.pm
Expand Up @@ -177,13 +177,13 @@ sub make_tree {
},
{
'+max' => 1,
'-flat' => 1,
'.all' => [
{
'.ref' => 'call_argument'
},
{
'+min' => 0,
'-flat' => 1,
'.all' => [
{
'.rgx' => qr/\G(?:[\ \t]|\r?\n|\#.*\r?\n)*,(?:[\ \t]|\r?\n|\#.*\r?\n)*/
Expand Down Expand Up @@ -395,13 +395,13 @@ sub make_tree {
'.rgx' => qr/\G([a-zA-Z]\w*)/
},
'function_variables' => {
'-flat' => 1,
'.all' => [
{
'.ref' => 'function_variable'
},
{
'+min' => 0,
'-flat' => 1,
'.all' => [
{
'.rgx' => qr/\G(?:[\ \t]|\r?\n|\#.*\r?\n)*,(?:[\ \t]|\r?\n|\#.*\r?\n)*/
Expand Down

0 comments on commit 4aebb8b

Please sign in to comment.