<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/ripper/tools, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>ripper: Introduce `RIPPER_ID` macro instead of `ripper_id_` macros</title>
<updated>2024-06-08T04:20:46+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-06-08T04:20:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=18fcec23bfdaaff372ae657ed0e338c6e351e5e3'/>
<id>18fcec23bfdaaff372ae657ed0e338c6e351e5e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ripper: Extend to represent array access and splat</title>
<updated>2024-05-21T04:52:30+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-05-12T10:55:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4c7ec5e0148bda451631d738af95d528a507557f'/>
<id>4c7ec5e0148bda451631d738af95d528a507557f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ripper: Allow parenthesized comma in options</title>
<updated>2024-05-21T04:52:29+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-05-12T09:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=66446b94358a78ddd168e5ce0b5ac475bb34ec50'/>
<id>66446b94358a78ddd168e5ce0b5ac475bb34ec50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ripper: Preserve indentation</title>
<updated>2024-05-21T04:52:29+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-05-12T02:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=47efdae6028e39bbe8f35d325e26e6bc206251ef'/>
<id>47efdae6028e39bbe8f35d325e26e6bc206251ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ripper: Remove rb_ripper_none</title>
<updated>2024-05-21T04:52:29+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-05-12T02:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=147134b474fc74b68537750a2f63c81a87bd0e86'/>
<id>147134b474fc74b68537750a2f63c81a87bd0e86</id>
<content type='text'>
Now it is used only for wheter `opt_paren_args` is `none`.  Introduce
a new special node to distinguish an empty parentheses from it .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it is used only for wheter `opt_paren_args` is `none`.  Introduce
a new special node to distinguish an empty parentheses from it .
</pre>
</div>
</content>
</entry>
<entry>
<title>ripper: Short hand for `rb_ary_new_from_args`</title>
<updated>2024-05-21T04:52:29+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-05-10T14:08:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2e765c20dbd542d43155749910421b0f7963524f'/>
<id>2e765c20dbd542d43155749910421b0f7963524f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ripper: Make `$:n` to refer each grammar values</title>
<updated>2024-05-21T04:52:29+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-05-10T11:02:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2d92a4afba36034f3d92ab75dfae4dbf5a445c7e'/>
<id>2d92a4afba36034f3d92ab75dfae4dbf5a445c7e</id>
<content type='text'>
Ripper DSL uses these values for callbacks, but does not need indexes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ripper DSL uses these values for callbacks, but does not need indexes.
</pre>
</div>
</content>
</entry>
<entry>
<title>ripper: Move DSL line pattern</title>
<updated>2024-04-28T23:38:23+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-04-28T00:33:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a6308ca9589638c2efb791ac6858fdda8cb06c44'/>
<id>a6308ca9589638c2efb791ac6858fdda8cb06c44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use user defined parameterizing rules</title>
<updated>2024-04-28T23:38:23+00:00</updated>
<author>
<name>ydah</name>
<email>t.yudai92@gmail.com</email>
</author>
<published>2024-04-27T12:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f9cf923af2c54345b1d6756e3268b509655754a3'/>
<id>f9cf923af2c54345b1d6756e3268b509655754a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove no longer needed matching</title>
<updated>2024-03-17T09:47:18+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-03-17T09:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e670892497f2eed07983617104ea8d38da2706b1'/>
<id>e670892497f2eed07983617104ea8d38da2706b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
