<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/ripper/lib, branch ruby_2_7</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Update comment of Ripper.lex</title>
<updated>2019-11-13T00:50:58+00:00</updated>
<author>
<name>Yuichiro Kaneko</name>
<email>yui-knk@ruby-lang.org</email>
</author>
<published>2019-11-13T00:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ae33f93836b556f36d5ffc4a7bca2c1b379c56d8'/>
<id>ae33f93836b556f36d5ffc4a7bca2c1b379c56d8</id>
<content type='text'>
This is follow up of 1f7cb4bee9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is follow up of 1f7cb4bee9.
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Update output of Ripper.sexp [ci skip]</title>
<updated>2019-09-07T04:50:05+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2019-09-07T04:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f223ab47e6e41e4a5f0307a5202b4f5c534a3596'/>
<id>f223ab47e6e41e4a5f0307a5202b4f5c534a3596</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ext/ripper/lib/ripper/lexer.rb: Consistently use `Array#push`</title>
<updated>2019-08-06T18:13:17+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2019-08-06T18:13:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8877dbe400d84c1f595cb4aa8a06fc71640a43c0'/>
<id>8877dbe400d84c1f595cb4aa8a06fc71640a43c0</id>
<content type='text'>
instead of &lt;&lt;.  All the other callsites use `push`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of &lt;&lt;.  All the other callsites use `push`.
</pre>
</div>
</content>
</entry>
<entry>
<title>ext/ripper/lib/ripper/lexer.rb: fix a wrong delegation</title>
<updated>2019-08-06T18:12:49+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2019-08-06T18:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ef8c5161b4422783c8f736a099d97a9c868fe287'/>
<id>ef8c5161b4422783c8f736a099d97a9c868fe287</id>
<content type='text'>
The target method name is a typo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The target method name is a typo.
</pre>
</div>
</content>
</entry>
<entry>
<title>Show the parser states in pretty_print too</title>
<updated>2019-06-27T07:58:06+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-06-27T07:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7b716bc52a5d4d000a0cee0841109c243cfcf6db'/>
<id>7b716bc52a5d4d000a0cee0841109c243cfcf6db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ripper::Lexer: fallback parse error token to the previous one</title>
<updated>2019-06-12T06:25:06+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-06-12T06:23:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9593e76ac2cfd9366b8b904df3fc3e1047af3aee'/>
<id>9593e76ac2cfd9366b8b904df3fc3e1047af3aee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include stack elements left after errors</title>
<updated>2019-05-30T12:54:38+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-05-30T12:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b0e2b7a5ff0df14b3c8062c31ebb526a73a03763'/>
<id>b0e2b7a5ff0df14b3c8062c31ebb526a73a03763</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ripper: Ripper::Lexer#scan</title>
<updated>2019-05-29T09:21:28+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-05-29T07:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5ceff480c2c1696e9893a1e5e09e39f8425c6c5a'/>
<id>5ceff480c2c1696e9893a1e5e09e39f8425c6c5a</id>
<content type='text'>
* ext/ripper/lib/ripper/lexer.rb (Ripper::Lexer#scan): parses the
  code and returns the result elements including errors.
  [EXPERIMENTAL]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ext/ripper/lib/ripper/lexer.rb (Ripper::Lexer#scan): parses the
  code and returns the result elements including errors.
  [EXPERIMENTAL]
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in Ripper::Lexer#inspect and Ripper::Lexer#pretty_print</title>
<updated>2019-05-28T02:38:13+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-05-28T02:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=72333286c45ac821e227ad62d810a09a0208ecbb'/>
<id>72333286c45ac821e227ad62d810a09a0208ecbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added #inspect and #pretty_inspect to Ripper::Lexer::Elem</title>
<updated>2019-05-27T04:58:40+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2019-05-27T02:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=af17e111b3f7cb3c5ad7dc194399b44d0e5004d0'/>
<id>af17e111b3f7cb3c5ad7dc194399b44d0e5004d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
