1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/ripper
NARUSE, Yui a6dec2e144 merge revision(s) 5de38c41ae: [Backport #17644]
ripper: fix a bug of Ripper::Lexer with syntax error and heredoc [Bug
	 #17644]

	---
	 ext/ripper/lib/ripper/lexer.rb |  2 +-
	 test/ripper/test_lexer.rb      | 12 ++++++++++++
	 2 files changed, 13 insertions(+), 1 deletion(-)
2021-03-02 18:28:30 +09:00
..
lib merge revision(s) 5de38c41ae: [Backport #17644] 2021-03-02 18:28:30 +09:00
tools Allow references to $$ in Ripper DSL 2020-05-29 09:41:27 +09:00
depend fix public interface 2020-11-18 03:52:41 +09:00
eventids2.c Suppress warnings by gcc 10.1.0-RC-20200430 2020-05-04 12:28:24 +09:00
extconf.rb Fixed build failure of Travis CI. We need to support make srcs. 2019-03-01 08:31:43 +00:00
README

Ripper README
=============

  Ripper is a Ruby script parser.  You can get information
  by event-based style from the parser.

  !! WARNING !!

  Ripper is still early-alpha version.
  I never assure any kind of backward compatibility.

Requirements
------------

  * ruby 1.9 (support CVS HEAD only)
  * bison 1.28 or later (Other yaccs do not work)

Usage
-----

  See test/ripper/* and sample/ripper/*.

License
-------

  Ruby License.

                                                Minero Aoki
                                        aamine@loveruby.net
                                      http://i.loveruby.net