<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/prism/translation/ruby_parser.rb, branch v4.0.4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Sync Prism to 1.8.0</title>
<updated>2026-01-13T01:59:55+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2026-01-13T01:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a10f7fac1fb1dcbdb1ae41137bd7294764a34793'/>
<id>a10f7fac1fb1dcbdb1ae41137bd7294764a34793</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Fix `sexp_processor` gem reference</title>
<updated>2025-12-14T21:11:21+00:00</updated>
<author>
<name>Earlopain</name>
<email>14981592+Earlopain@users.noreply.github.com</email>
</author>
<published>2025-12-14T17:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=490a03bad9d3c18f66ae004055145db34d8ba599'/>
<id>490a03bad9d3c18f66ae004055145db34d8ba599</id>
<content type='text'>
It's https://rubygems.org/gems/sexp_processor, not https://rubygems.org/gems/sexp

https://github.com/ruby/prism/commit/b8a00a5f15
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's https://rubygems.org/gems/sexp_processor, not https://rubygems.org/gems/sexp

https://github.com/ruby/prism/commit/b8a00a5f15
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Define RubyParser::SyntaxError directly and drop require for ruby_parser.</title>
<updated>2025-12-14T16:42:51+00:00</updated>
<author>
<name>Ryan Davis</name>
<email>ryand-ruby@zenspider.com</email>
</author>
<published>2025-12-12T21:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4a84fa1b39e1bcd8c62b2b5225535dabcdcfdac4'/>
<id>4a84fa1b39e1bcd8c62b2b5225535dabcdcfdac4</id>
<content type='text'>
Had to add a require of sexp since that came in indirectly via ruby_parser.

https://github.com/ruby/prism/commit/df677c324f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Had to add a require of sexp since that came in indirectly via ruby_parser.

https://github.com/ruby/prism/commit/df677c324f
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Fixed Prism::Translation::RubyParser's comment processing</title>
<updated>2025-12-12T17:52:16+00:00</updated>
<author>
<name>Ryan Davis</name>
<email>ryand-ruby@zenspider.com</email>
</author>
<published>2025-12-07T09:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bb4a6f39519c101b6bdc847d11cad55f19e62e9a'/>
<id>bb4a6f39519c101b6bdc847d11cad55f19e62e9a</id>
<content type='text'>
Tests were failing in Flay under Prism.

https://github.com/ruby/prism/commit/af9b3640a8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests were failing in Flay under Prism.

https://github.com/ruby/prism/commit/af9b3640a8
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Fix back reference for ruby_parser on Ruby 2.7</title>
<updated>2025-09-15T15:10:34+00:00</updated>
<author>
<name>Earlopain</name>
<email>14981592+Earlopain@users.noreply.github.com</email>
</author>
<published>2025-09-14T09:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b08573c8150c97822b05b743d5ebb8c4fff5315f'/>
<id>b08573c8150c97822b05b743d5ebb8c4fff5315f</id>
<content type='text'>
Symbol#name is only a thing since Ruby 3.0

https://github.com/ruby/prism/commit/2de82b15fc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Symbol#name is only a thing since Ruby 3.0

https://github.com/ruby/prism/commit/2de82b15fc
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Match RubyParser behavior for -&gt; lambda args</title>
<updated>2025-08-01T16:57:17+00:00</updated>
<author>
<name>Justin Collins</name>
<email>justin@presidentbeef.com</email>
</author>
<published>2025-08-01T01:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=885862a853d6001146cd01b3025cf898d8f0c10c'/>
<id>885862a853d6001146cd01b3025cf898d8f0c10c</id>
<content type='text'>
https://github.com/ruby/prism/commit/9f55551b09
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/9f55551b09
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] RubyParser translation for stabby lambdas with `it`</title>
<updated>2025-08-01T16:57:17+00:00</updated>
<author>
<name>Justin Collins</name>
<email>justin@presidentbeef.com</email>
</author>
<published>2025-07-30T22:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d289eb2723097ab03dcd7bdf16b13e64d1cba3d4'/>
<id>d289eb2723097ab03dcd7bdf16b13e64d1cba3d4</id>
<content type='text'>
https://github.com/ruby/prism/commit/c2e372a8d8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/c2e372a8d8
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] [DOC] Markup `__FILE__` as code, not emphasis</title>
<updated>2025-05-29T04:45:59+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-05-28T10:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5e64d5c7d922e775641015775ffb5f1624dfba84'/>
<id>5e64d5c7d922e775641015775ffb5f1624dfba84</id>
<content type='text'>
https://github.com/ruby/prism/commit/571ba378f5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/571ba378f5
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] [DOC] Add code fences</title>
<updated>2025-05-29T04:45:58+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-05-28T10:26:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=22451f370e258f8558063e9169754aa037166c15'/>
<id>22451f370e258f8558063e9169754aa037166c15</id>
<content type='text'>
https://github.com/ruby/prism/commit/641775e5fe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/641775e5fe
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] [DOC] Specify markdown mode to RDoc</title>
<updated>2025-05-29T04:45:58+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-05-28T10:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=991cf2dd4d611d5a8b275dfb3ec83c4d25799629'/>
<id>991cf2dd4d611d5a8b275dfb3ec83c4d25799629</id>
<content type='text'>
https://github.com/ruby/prism/commit/12af4e144e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/prism/commit/12af4e144e
</pre>
</div>
</content>
</entry>
</feed>
