Skip to content

Commit

Permalink
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/opal/parser/grammar.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/opal/parser/grammar.y
Original file line number Diff line number Diff line change
@@ -317,7 +317,7 @@ rule
}
| primary_value tDOT tIDENTIFIER
{
result = new_call val[0], value(val[2]).intern, []
result = new_call val[0], val[2], []
}
| primary_value tCOLON2 tIDENTIFIER
| primary_value tDOT tCONSTANT
@@ -937,7 +937,7 @@ rule

lambda: f_larglist lambda_body
{
result = new_call nil, :lambda, s(:arglist)
result = new_call nil, [:lambda, []], []
result << new_iter(val[0], val[1])
}

0 comments on commit fca7065

Please sign in to comment.