1 file changed
+1
-1
lines changed- .travis.yml+7
- config.yml+4
- gemfiles/2.7/Gemfile.lock+1-1
- gemfiles/3.0/Gemfile.lock+1-1
- gemfiles/3.1/Gemfile.lock+1-1
- gemfiles/3.2/Gemfile.lock+1-1
- gemfiles/3.3/Gemfile.lock+2-2
- gemfiles/3.4/Gemfile.lock+1-1
- gemfiles/jruby/Gemfile.lock+1-1
- gemfiles/truffleruby/Gemfile.lock+1-1
- gemfiles/typecheck/Gemfile.lock+1-1
- java-wasm/pom.xml+18-2
- java-wasm/src/test/java/org/prism/DummyTest.java+31-22
- lib/prism/translation/parser/compiler.rb+36-26
- lib/prism/translation/ruby_parser.rb+12-3
- src/prism.c+28-35
- test/prism/errors/arguments_splat_after_star_star.txt+3
- test/prism/fixtures/strings.txt+2
- test/prism/snapshots/break.txt+2
- test/prism/snapshots/command_method_call.txt+2
- test/prism/snapshots/method_calls.txt+2
- test/prism/snapshots/seattlerb/parse_until_not_canonical.txt+1
- test/prism/snapshots/seattlerb/parse_until_not_noncanonical.txt+1
- test/prism/snapshots/seattlerb/parse_while_not_canonical.txt+1
- test/prism/snapshots/seattlerb/parse_while_not_noncanonical.txt+1
- test/prism/snapshots/strings.txt+49-8
- test/prism/snapshots/unparser/corpus/literal/send.txt+2
- test/prism/snapshots/unparser/corpus/literal/while.txt+17
- test/prism/snapshots/unparser/corpus/semantic/while.txt+7
- test/prism/snapshots/until.txt+7
- test/prism/snapshots/while.txt+12
- test/prism/snapshots/whitequark/bug_while_not_parens_do.txt+1
- test/prism/snapshots/whitequark/method_definition_in_while_cond.txt+4
- test/prism/snapshots/whitequark/until.txt+2
- test/prism/snapshots/whitequark/until_mod.txt+1
- test/prism/snapshots/whitequark/until_post.txt+1
- test/prism/snapshots/whitequark/while.txt+2
- test/prism/snapshots/whitequark/while_mod.txt+1
- test/prism/snapshots/whitequark/while_post.txt+1
0 commit comments