index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
prism
/
translation
/
ruby_parser.rb
Age
Commit message (
Expand
)
Author
2025-01-14
[ruby/prism] Fix block parameters and it for RubyParser
Justin Collins
2025-01-12
[ruby/prism] Frozen strings in the AST
Kevin Newton
2024-12-16
[ruby/prism] Fix up regression in ruby parser translation
Kevin Newton
2024-10-03
[ruby/prism] Use `partial_script` for the parser translators
Earlopain
2024-09-16
[ruby/prism] Do not leak explicit encoding
Kevin Newton
2024-08-28
[PRISM] Field renaming
Kevin Newton
2024-07-11
[ruby/prism] (ruby_parser) Handle bare string in implicit concat
Kevin Newton
2024-07-11
[ruby/prism] (ruby_parser) Match match3 nodes for regular expressions
Kevin Newton
2024-07-11
[ruby/prism] (ruby_parser) Reverse associativity of and and or nodes
Kevin Newton
2024-05-30
[ruby/prism] Tests overhaul
Kevin Newton
2024-05-24
[ruby/prism] Fix up ruby_parser string concat
Kevin Newton
2024-05-22
[ruby/prism] Fix support for 'it' implicit local variable
Kevin Newton
2024-05-21
[ruby/prism] Fix up ruby_parser interpolation concatenation
Kevin Newton
2024-05-13
[ruby/prism] Rescue LoadError for ruby_parser as well
Kevin Newton
2024-05-10
[ruby/prism] operator rename
Kevin Newton
2024-05-03
[ruby/prism] Change ConstantPathNode#child to ConstantPathNode#{name,name_loc}
Kevin Newton
2024-05-03
[ruby/prism] Assume eval context for ruby_parser and ripper
Kevin Newton
2024-04-19
[ruby/prism] Fix up ruby_parser translation for dstr
Kevin Newton
2024-03-25
[ruby/prism] Use Sexp#line_max not Sexp#max_line
Justin Collins
2024-03-15
[ruby/prism] Shareable constant nodes
Kevin Newton
2024-03-06
[ruby/prism] Fix up linting in ripper translation
Kevin Newton
2024-02-12
[ruby/prism] ruby_parser translator
Kevin Newton