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

NFA macro + better NFA matcher #58

Merged
merged 37 commits into from
Apr 4, 2020
Merged

NFA macro + better NFA matcher #58

merged 37 commits into from
Apr 4, 2020

Commits on Apr 4, 2020

  1. wip

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    1bc1aa2 View commit details
    Browse the repository at this point in the history
  2. make match work

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    05538e7 View commit details
    Browse the repository at this point in the history
  3. find

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    ac50e5f View commit details
    Browse the repository at this point in the history
  4. findAll

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    cb10266 View commit details
    Browse the repository at this point in the history
  5. split

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    9d67e79 View commit details
    Browse the repository at this point in the history
  6. ignore

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    29ba077 View commit details
    Browse the repository at this point in the history
  7. replace

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    e18b1dc View commit details
    Browse the repository at this point in the history
  8. fix empty-match

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    f9c0e33 View commit details
    Browse the repository at this point in the history
  9. perf improvement

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    770128c View commit details
    Browse the repository at this point in the history
  10. tests

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    5f6669c View commit details
    Browse the repository at this point in the history
  11. Nim 0.19

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    ec4cca8 View commit details
    Browse the repository at this point in the history
  12. tests

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    c918374 View commit details
    Browse the repository at this point in the history
  13. drop nim 0.19.0 support

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    656bfc6 View commit details
    Browse the repository at this point in the history
  14. tests

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    546189b View commit details
    Browse the repository at this point in the history
  15. tests

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    06b1f91 View commit details
    Browse the repository at this point in the history
  16. dynamic dfa

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    be9f29a View commit details
    Browse the repository at this point in the history
  17. fast nfa

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    cd634a1 View commit details
    Browse the repository at this point in the history
  18. macro

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    2b40aee View commit details
    Browse the repository at this point in the history
  19. perf

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    2b68259 View commit details
    Browse the repository at this point in the history
  20. perf

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    cce6ed7 View commit details
    Browse the repository at this point in the history
  21. genMatch

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    cbc5dbc View commit details
    Browse the repository at this point in the history
  22. checks off

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    bf53574 View commit details
    Browse the repository at this point in the history
  23. gen eoe

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    a50a3d0 View commit details
    Browse the repository at this point in the history
  24. macro capture

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    62f32ad View commit details
    Browse the repository at this point in the history
  25. nfatype

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    5216f65 View commit details
    Browse the repository at this point in the history
  26. finish macro

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    2fbcc6a View commit details
    Browse the repository at this point in the history
  27. remove pointles parens

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    426af5f View commit details
    Browse the repository at this point in the history
  28. static api

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    409723a View commit details
    Browse the repository at this point in the history
  29. findMatch

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    55dacff View commit details
    Browse the repository at this point in the history
  30. shortMatch with findMatch

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    b32af49 View commit details
    Browse the repository at this point in the history
  31. api

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    c8d54fb View commit details
    Browse the repository at this point in the history
  32. tests

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    2e20262 View commit details
    Browse the repository at this point in the history
  33. bench

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    af19e1e View commit details
    Browse the repository at this point in the history
  34. bench

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    c8993e9 View commit details
    Browse the repository at this point in the history
  35. bench

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    579054d View commit details
    Browse the repository at this point in the history
  36. bench

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    796bbf7 View commit details
    Browse the repository at this point in the history
  37. docs

    nitely committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    feab91e View commit details
    Browse the repository at this point in the history