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 a globalPrevCapture that persists into nested parses #66

Commits on Sep 1, 2019

  1. Add a globalPrevCapture that persists into nested parses

    This adds an additional `globalPrevCapture` that is "global" state for the parses and persist into nested invocations of `nestedParse`. This allows rules to determine if they are truly at the beginning of a line. The existing `prevCapture` resets at each nesting, so it only allows you to determine if you're at the beginning of the nested parse, but not necessarily the line.
    FuegoFro authored and night committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    756b172 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    0959255 View commit details
    Browse the repository at this point in the history
  2. Remove stray comma

    FuegoFro committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    f1e1877 View commit details
    Browse the repository at this point in the history