summaryrefslogtreecommitdiff
path: root/lib/racc/parser.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/racc] Get rid of anonymous eval callsJean Boussier2023-01-121-4/+4
* [ruby/racc] [DOC] Remove stale `Object::ParseError` documentationNobuyoshi Nakada2022-05-161-1/+1
* Enclose the code that was accidentally a link in "tt"aycabta2021-03-311-1/+1
* [ruby/racc] Turn debugging offMarc-Andre Lafortune2020-09-281-1/+1
* Fixed typos in raccNobuyoshi Nakada2020-04-271-3/+3
* Import racc-1.5.0 from upstream repository.Hiroshi SHIBATA2020-03-251-0/+1
* Merge racc from upstream repository.Hiroshi SHIBATA2020-02-271-11/+4
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* Import racc-1.4.1 from ruby/racc.Hiroshi SHIBATA2019-12-101-2/+2
* Fix typosKazuhiro NISHIYAMA2019-11-171-1/+1
* Backport racc-1.4.15 from upstream.Hiroshi SHIBATA2019-06-191-35/+50
* lib/racc/parser.rb: use require for racc/cparsestomar2018-11-031-1/+1
* lib/*: Prefer require_relative over require.marcandre2018-11-021-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/cgi/core.rb: remove unused variables.hsbt2014-07-271-2/+0
* * lib/racc/parser.rb: Fix typoa_matsuda2013-11-291-3/+3
* * lib/racc/parser.rb: [DOC] Capitalize "Ruby" in documentationzzak2013-07-191-2/+2
* fix typos. Patch by k_takata.ktsj2013-05-191-4/+4
* * lib/racc/parser.rb: Hide copyright notice from Racc doczzak2013-02-051-2/+2
* * lib/racc/parser.rb: Update #do_parse and #yyparse from upstreamzzak2013-02-051-14/+22
* * lib/racc: Merge Racc documentation downstream, add grammar ref filezzak2013-02-051-13/+190
* NotImplementError is not exist.kazu2012-06-271-4/+0
* * lib/racc/parser.rb (do_parse, yyparse): using class eval to definetenderlove2010-11-151-4/+8
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-081-15/+13
* * lib: updated keywords.nobu2009-09-251-2/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * lib/optparse/version.rb: remove variable shadowing to stopmatz2008-12-181-2/+1
* * ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine2006-07-061-45/+26
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-1/+1
* * lib/racc/parser.rb: add note for Racc full package.aamine2004-02-161-1/+6
* * lib/racc/parser.rb: synchronize with Racc 1.4.4.aamine2003-11-031-135/+116
* update NotImplementError to NotImplementedError.matz2003-03-231-5/+0
* use Object#class instead of deprecated Object#type.nobu2002-10-021-4/+4
* racc runtime imported.aamine2002-03-221-0/+480