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
ruby_4_0
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
Age
Commit message (
Expand
)
Author
2025-03-13
[ruby/prism] Ensure backwards compatibility with the custom parser builder
Earlopain
2025-03-10
[ruby/prism] Support `itblock` for `Prism::Translation::Parser`
Koichi ITO
2025-02-25
[ruby/prism] Restore a comment for `Prism::Translation::Parser#initialize`
Koichi ITO
2025-02-25
[ruby/prism] Fix merge mishap
Earlopain
2025-02-25
[ruby/prism] Add a custom builder class for the parser translator
Earlopain
2025-02-25
[ruby/prism] Support custom parser in `Prism::Translation::Parser`
Koichi ITO
2025-01-20
[ruby/prism] Fix parser translator scope issues for implicit hash values
Earlopain
2025-01-14
Better handle regexp in the parser translator
Earlopain
2025-01-14
[ruby/prism] Fix block parameters and it for RubyParser
Justin Collins
2025-01-13
[ruby/prism] Fix parser translator tokens for `%x(#{})`
Earlopain
2025-01-13
[ruby/prism] Fix parser translator heredoc dedention with leading interpolation
Earlopain
2025-01-12
[ruby/prism] Fix parser translator tSPACE tokens for percent arrays
Earlopain
2025-01-12
[ruby/prism] Frozen strings in the AST
Kevin Newton
2025-01-12
[ruby/prism] Fix parser translator ranges for mulltiline strings with multili...
Earlopain
2025-01-12
[ruby/prism] Fix parser translator tokens for comment-only file
Earlopain
2025-01-12
[ruby/prism] Fix binary encoding for the parser translator
Earlopain
2025-01-11
[ruby/prism] Better comment token handling for the parser translator
Earlopain
2025-01-11
[ruby/prism] Fix `not` receiver
Kevin Newton
2025-01-11
[ruby/prism] Fix parser translator tokens for backslashes in single-quoted st...
Earlopain
2025-01-11
[ruby/prism] Implement more string token escaping in the parser translator
Earlopain
2025-01-11
[ruby/prism] Better handle all kinds of multiline strings in the parser trans...
Earlopain
2025-01-11
[ruby/prism] Better handle multiline interpolated strings in the parser trans...
Earlopain
2025-01-11
[ruby/prism] Fix parser translator ast for empty regex
Earlopain
2025-01-11
[ruby/prism] Fix parser translator ast for regex with line continuation
Earlopain
2025-01-11
[ruby/prism] Fix parser translator ast when using anonymous forwarding in blo...
Earlopain
2025-01-11
[ruby/prism] Fix an incompatibility with the parser translator
Earlopain
2025-01-05
[ruby/prism] Fix parser translator ast for heredoc with written newlines
Earlopain
2024-12-26
[ruby/prism] Support Ruby 3.5 for `Prism::Translation::Parser`
Koichi ITO
2024-12-16
[ruby/prism] Fix up regression in ruby parser translation
Kevin Newton
2024-12-16
[ruby/prism] Simplify srange_find in parser compiler
Kevin Newton
2024-12-16
[ruby/prism] Add do keyword tracking for While/Until
Kevin Newton
2024-10-03
[ruby/prism] Use `partial_script` for the parser translators
Earlopain
2024-09-20
[ruby/prism] Fix `kDO_LAMBDA` token incompatibility for `Prism::Translation::...
Koichi ITO
2024-09-16
[ruby/prism] Do not leak explicit encoding
Kevin Newton
2024-09-09
[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`
Koichi ITO
2024-09-07
[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`
Koichi ITO
2024-08-29
[ruby/prism] Remove deprecated lib/prism/translation/parser/rubocop.rb file
Koichi ITO
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-06-18
[ruby/prism] (parser) Fix up tokens for empty symbol
Kevin Newton
2024-06-10
[ruby/prism] Provide ability to lock encoding while parsing
Kevin Newton
2024-06-07
[ruby/prism] Handle chomped bytesize with lines without newlines
Kevin Newton
2024-06-07
[ruby/prism] Ensure inner heredoc nodes have the correct location
Kevin Newton
2024-06-07
[ruby/prism] Use correct newlines for heredoc inner lines
Kevin Newton
2024-06-04
[ruby/prism] (parser) split up regexp content by lines
Kevin Newton
2024-06-04
[ruby/prism] (parser) handle quoted symbols in hash patterns
Kevin Newton
2024-06-04
[ruby/prism] (parser) fix up srange_find to anchor at the start of the slice
Kevin Newton
2024-06-04
[ruby/prism] (parser) fix up nested multi write
Kevin Newton
[prev]
[next]