Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ParserTestDriver #702

Merged
merged 16 commits into from
Nov 25, 2015
Merged

Commits on Nov 13, 2015

  1. Add ParserTestDriver

    cosmo0920 committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    7f2f923 View commit details
    Browse the repository at this point in the history
  2. Try to use ParserTestDriver

    cosmo0920 committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    e21964f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cfbb84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    236c698 View commit details
    Browse the repository at this point in the history
  5. Pass &block into #parse

    cosmo0920 committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    77f5d37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85a6da9 View commit details
    Browse the repository at this point in the history
  7. Rename klass to klass_or_str

    Because first argument of #initialize can pass Class or String.
    cosmo0920 committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    e4726b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2015

  1. Configuration menu
    Copy the full SHA
    d5d0846 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2015

  1. Configuration menu
    Copy the full SHA
    5401cd9 View commit details
    Browse the repository at this point in the history
  2. Make to be able to handle -2 arity parser in ParserTestDriver

    TextParser::RegexpParser.method(:initialize).arity is -2.
    cosmo0920 committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    41f4907 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8acbb58 View commit details
    Browse the repository at this point in the history
  4. Remove a needless spaces

    cosmo0920 committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    0e80436 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2015

  1. Configuration menu
    Copy the full SHA
    8eb1e58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    680efda View commit details
    Browse the repository at this point in the history
  3. Add a note for RegexpParser

    cosmo0920 committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    7aa7e88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    466e803 View commit details
    Browse the repository at this point in the history