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

Switch to using YARP as the parser #41

Merged
merged 3 commits into from
Aug 15, 2023
Merged

Commits on Aug 14, 2023

  1. Switch to using YARP as the parser

    This parser is going to be backend for Syntax Tree soon anyway, so
    we may as well start using it. It comes with much increased speed
    and much reduced memory.
    kddnewton committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d24877b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    201efdd View commit details
    Browse the repository at this point in the history
  2. Introduce Class/ModuleDefiniton#qualified_namespace for matching na…

    …mespaces
    
    Now, that `Class/ModuleDefiniton#namespace` is an array of constants we need another way of comparing and matching namespaces. That's why this commit introcudes `Class/ModuleDefiniton#qualified_namespace` so we can compare and match the namespaces as strings.
    marcoroth committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    aceee3f View commit details
    Browse the repository at this point in the history