Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

New Implementation #14

Open
wants to merge 63 commits into
base: master
Choose a base branch
from
Open

New Implementation #14

wants to merge 63 commits into from

Commits on Jan 20, 2021

  1. Start again

    dantleech committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    f2a94a0 View commit details
    Browse the repository at this point in the history
  2. Initial

    dantleech committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    a816265 View commit details
    Browse the repository at this point in the history
  3. Progress

    dantleech committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    7c803ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    817a5ee View commit details
    Browse the repository at this point in the history
  5. Return collection

    dantleech committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    afe8a54 View commit details
    Browse the repository at this point in the history
  6. Parser test

    dantleech committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    1e9b704 View commit details
    Browse the repository at this point in the history
  7. Updated README

    dantleech committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    efa1e2a View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Parse lists

    dantleech committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    6c5ea45 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    11cb6c1 View commit details
    Browse the repository at this point in the history
  2. Fixed tests

    dantleech committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    a36dae5 View commit details
    Browse the repository at this point in the history
  3. Refactored

    dantleech committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    a507778 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Remove dump

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    28459e8 View commit details
    Browse the repository at this point in the history
  2. Add bench

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    38e0a6e View commit details
    Browse the repository at this point in the history
  3. Use dev-master

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    97f060d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f54f646 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e8ea0b View commit details
    Browse the repository at this point in the history
  6. Revert "Experiment with preg_match_all lexer"

    This reverts commit f54f646.
    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    339ce22 View commit details
    Browse the repository at this point in the history
  7. Fixed parser test

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    9cf4db7 View commit details
    Browse the repository at this point in the history
  8. Optimisations

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    c7797e5 View commit details
    Browse the repository at this point in the history
  9. Performance optimization

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    61d6dbf View commit details
    Browse the repository at this point in the history
  10. Use token properties

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    ba68f54 View commit details
    Browse the repository at this point in the history
  11. Access current as property

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    a7e599b View commit details
    Browse the repository at this point in the history
  12. Add type hint

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    9da77bf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3aae081 View commit details
    Browse the repository at this point in the history
  14. Support param text

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    27cf88b View commit details
    Browse the repository at this point in the history
  15. Remove skip docblock tokens

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    4670c87 View commit details
    Browse the repository at this point in the history
  16. Add ignored tests

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    d01f5e9 View commit details
    Browse the repository at this point in the history
  17. support unknown tag

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    b9258c9 View commit details
    Browse the repository at this point in the history
  18. Support deprecated tag

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    f1b65b4 View commit details
    Browse the repository at this point in the history
  19. Support method node

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    c6bdf9e View commit details
    Browse the repository at this point in the history
  20. Support nullable

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    4b02882 View commit details
    Browse the repository at this point in the history
  21. Support property

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    38ee727 View commit details
    Browse the repository at this point in the history
  22. Support return node

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    034f18b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    657f344 View commit details
    Browse the repository at this point in the history
  24. Remove duplicate check

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    a264866 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    15382fb View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3c0abd6 View commit details
    Browse the repository at this point in the history
  27. Support method parameters

    dantleech committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    8cf1de2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0e38ec9 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Updated phpcs

    dantleech committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    28df9f5 View commit details
    Browse the repository at this point in the history
  2. Apply CS fixes

    dantleech committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    eccad5b View commit details
    Browse the repository at this point in the history
  3. Add lexer bench

    dantleech committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    c3ffc05 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Adding traversal API

    dantleech committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    0bfc821 View commit details
    Browse the repository at this point in the history
  2. Added test for method node

    dantleech committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    3f6fdee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d1e711 View commit details
    Browse the repository at this point in the history
  4. Method node is isomorphic

    dantleech committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    104e91f View commit details
    Browse the repository at this point in the history
  5. Param node

    dantleech committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    0baa83b View commit details
    Browse the repository at this point in the history
  6. Return node

    dantleech committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    5cd1571 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Finish adding node tests

    dantleech committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    9e6a733 View commit details
    Browse the repository at this point in the history
  2. Namespaced tag nodes

    dantleech committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    c616bcb View commit details
    Browse the repository at this point in the history
  3. Migrate printer tests

    dantleech committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    eaec94d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    3bc0fbf View commit details
    Browse the repository at this point in the history
  2. Improving API

    dantleech committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    013368c View commit details
    Browse the repository at this point in the history
  3. Apply CS fix

    dantleech committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    1384d0b View commit details
    Browse the repository at this point in the history
  4. Added more API methods

    dantleech committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    aa7e948 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    878745c View commit details
    Browse the repository at this point in the history
  6. Render text

    dantleech committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    0ffbbe0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59af98e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. FIx docblock get tag

    dantleech committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    eb60d2c View commit details
    Browse the repository at this point in the history
  2. Accessor for parameters

    dantleech committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    91d2d92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6006420 View commit details
    Browse the repository at this point in the history
  4. Prop assertion

    dantleech committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    beae269 View commit details
    Browse the repository at this point in the history
  5. Support for return $this

    dantleech committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    6d4b18e View commit details
    Browse the repository at this point in the history