1 file changed
+1
-1
lines changed- .github/dependabot.yml+12
- .github/workflows/java-wasm-bindings.yml+4-4
- .github/workflows/javascript-bindings.yml+4-4
- gemfiles/2.7/Gemfile.lock+3-3
- gemfiles/3.0/Gemfile.lock+1-1
- gemfiles/3.1/Gemfile.lock+2-2
- gemfiles/3.2/Gemfile.lock+2-2
- gemfiles/3.3/Gemfile.lock+2-2
- gemfiles/3.4/Gemfile.lock+2-2
- gemfiles/3.5/Gemfile.lock+2-2
- gemfiles/jruby/Gemfile.lock+1-1
- gemfiles/truffleruby/Gemfile.lock+1-1
- gemfiles/typecheck/Gemfile.lock+16-15
- include/prism.h+4-4
- java-wasm/pom.xml+2-2
- lib/prism/parse_result/newlines.rb+1-1
- lib/prism/translation/parser.rb+35-3
- lib/prism/translation/parser/builder.rb+61
- lib/prism/translation/parser/compiler.rb+1-1
- prism.gemspec+1
- rust/Cargo.lock+2-2
- rust/ruby-prism-sys/build/main.rs+1
- rust/ruby-prism/build.rs+1-248
- rust/ruby-prism/examples/wasm/run.sh+13-4
- rust/ruby-prism/src/lib.rs+336-1
- src/prism.c+72-12
- src/util/pm_strncasecmp.c+13-1
- test/prism/errors/block_beginning_with_brace_and_ending_with_end.txt-1
- test/prism/errors/escape_unicode_curly_whitespace.txt+5
- test/prism/errors/numbered_and_write.txt+3
- test/prism/errors/numbered_operator_write.txt+3
- test/prism/errors/numbered_or_write.txt+3
- test/prism/errors_test.rb+4-1
- test/prism/fixtures/it_indirect_writes.txt+23
- test/prism/locals_test.rb+1-1
- test/prism/ruby/parser_test.rb+22
- test/prism/snapshots/it_indirect_writes.txt+419
0 commit comments