aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/ruby-lex.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Remove debug print...sorryaycabta2019-06-261-2/+0
* Treat auto indent with newline correctlyaycabta2019-06-251-10/+42
* Decrease indent when "else", "rescue", "ensure", "when", or "in" comeaycabta2019-06-251-0/+2
* Refactor calculation of corresponding token depthaycabta2019-06-251-18/+33
* Treat closing token with starting token at head of 2nd line correctlyaycabta2019-06-221-1/+1
* Do auto indent only when closing token at first of lineaycabta2019-06-221-4/+16
* Support irregular auto indentaycabta2019-06-211-8/+24
* Use IRB.conf[:AUTO_INDENT] setting in multiline modeaycabta2019-06-191-17/+20
* Fix auto indent crash when blank inputaycabta2019-06-181-1/+2
* Implement auto indent for multilineaycabta2019-06-181-2/+39
* Implement line_no correctlyaycabta2019-06-161-3/+3
* Use Reline.prompt_proc in IRBaycabta2019-06-141-6/+23
* make sync-default-gems GEM=irbTakashi Kokubun2019-06-131-15/+16
* Treat "begin rescue end" correctlyaycabta2019-06-121-1/+1
* Check the end token of heredoc correctlyaycabta2019-05-301-0/+2
* Treat :@1, :@@1, @1, and @@1 correctly to check terminationaycabta2019-05-281-0/+15
* Supress duplicated warningKazuki Tsujimoto2019-05-281-0/+3
* Use IRB::InputMethod#eof? to quitaycabta2019-05-271-1/+1
* Support op, cvar, iver, gvar and kw that follow on symbeg in IRBaycabta2019-05-271-1/+2
* JSON like label ends by differs from the startaycabta2019-05-251-2/+2
* Use Reline as Reidline multiline editor in IRBaycabta2019-05-251-1/+2
* Symbol beginning token may take a constant tokenaycabta2019-05-211-1/+1
* IRB should eval and show an error when only `.` is inputtedaycabta2019-05-211-1/+7
* Use Ripper for IRBaycabta2019-04-301-1067/+192
* Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada2019-04-231-192/+1067
* IRB is improved with Reline and RDoc, take 2aycabta2019-04-231-1067/+192
* Revert "IRB is improved with Reline and RDoc"aycabta2019-04-211-192/+1067
* IRB is improved with Reline and RDocaycabta2019-04-201-1067/+192
* lib/*: Prefer require_relative over require, remove explicit extensionmarcandre2018-11-021-1/+1
* lib/*: Prefer require_relative over require.marcandre2018-11-021-1/+1
* ruby-lex.rb: fix continued line conditionsnobu2017-04-201-3/+12
* ruby-lex.rb: merge regexpsnobu2017-04-201-1/+1
* ruby-lex.rb: fix for labelnobu2016-12-081-1/+1
* * lib/irb/ruby-lex.rb: fixed parse error for striped heredocument syntax.hsbt2015-12-181-2/+2
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/e2mmap.rb: remove needless instance variables.hsbt2014-08-241-1/+0
* * lib/irb.rb: removed commented-out code.hsbt2014-08-091-42/+2
* * lib/cmath.rb: fixed indent.hsbt2014-08-091-329/+329
* * lib/irb/ruby-lex.rb: fix counting indent in identify_string_dvar.keiju2014-07-081-1/+1
* * lib/irb/ruby-lex.rb: make lex_state to EXPR_END when next tokenkeiju2012-12-271-1/+6
* * lib/irb/ruby-lex.rb: allow to handle recursive heredocs onkeiju2012-12-271-4/+19
* * remove trailing spaces.nobu2012-12-251-1/+1
* * lib/irb/ruby-lex.rb: improve RubyLex performance for large fileskeiju2012-12-251-4/+4
* * lib/irb/ruby-lex.rb: Add handling for %i and %I quoting to irbzzak2012-12-231-0/+2
* * lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak2012-12-131-0/+2
* * lib/irb/ruby-lex.rb: recognize '\char' in ruby statement.keiju2011-06-281-1/+1
* * lib/irb/ruby-lex.rb: fix [Bug #4232].keiju2011-06-271-1/+1
* * remove trailing spaces.nobu2011-05-151-2/+2
* * lib/irb/ruby-lex.rb (RubyLex#identify_string): use charclass.nobu2010-11-031-3/+3
* * lib/irb/ruby-lex.rb (RubyLex#identify_string): parse multiplematz2010-11-021-1/+1