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

Generalize StringLike to StreamLike fix #58 #62

Closed
wants to merge 26 commits into from

Commits on May 26, 2017

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

Commits on Jun 4, 2017

  1. update list instance

    safareli committed Jun 4, 2017
    Configuration menu
    Copy the full SHA
    a991f94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f59245 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. update lists

    safareli committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    fdcb5ba View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2017

  1. Configuration menu
    Copy the full SHA
    4f74e34 View commit details
    Browse the repository at this point in the history
  2. update description

    safareli committed Jun 10, 2017
    Configuration menu
    Copy the full SHA
    9ff887b View commit details
    Browse the repository at this point in the history
  3. add script.test

    safareli committed Jun 10, 2017
    Configuration menu
    Copy the full SHA
    2471c05 View commit details
    Browse the repository at this point in the history
  4. remove Token{token,when,match}

    instead String{anyChar,satisfy,char} chould be used
    safareli committed Jun 10, 2017
    Configuration menu
    Copy the full SHA
    ad4a76c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2017

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

Commits on Jun 18, 2017

  1. remove String.whitespace

    safareli committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    67926be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    453d6a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96dc7da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95eee9b View commit details
    Browse the repository at this point in the history
  5. fix compiler warnings

    safareli committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    858fda9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

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

Commits on Jul 12, 2017

  1. update Prefix comment

    safareli committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    b4dc8ce View commit details
    Browse the repository at this point in the history
  2. update prefix variable name

    safareli committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    902e4db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8c9bdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19e1ed4 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2017

  1. add m to StreamLike

    safareli committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    499c1d0 View commit details
    Browse the repository at this point in the history
  2. replace StreamLike to Stream

    safareli committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    9c7e9e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b38fe8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecb6a3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea96e73 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2017

  1. Avoids closure in Stream class

    s -> m (Maybe { head :: t, tail :: s, updatePos :: Position -> Position })
    instead of having updatePos as a result of uncons or stripPrefix now this operations take position with input which is part of a parser state. this way we should allocation less of intermediate objects.
    safareli committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    61d6317 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13d4bf1 View commit details
    Browse the repository at this point in the history