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

Added lexer for php lang #1

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Added lexer for php lang #1

wants to merge 5 commits into from

Commits on Oct 5, 2020

  1. [PHP] Added lexer

    vmalkhasian authored and lierdakil committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    1cb455b View commit details
    Browse the repository at this point in the history
  2. [PHP] Fixed critical bugs in lexer

    vmalkhasian authored and lierdakil committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    b3e3117 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f203655 View commit details
    Browse the repository at this point in the history
  4. [PHP] Rewrite lexer as implicit goto-based state machine

    Some quick tests show performance boost of about 20%
    lierdakil committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    2d0a8cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ef10ce View commit details
    Browse the repository at this point in the history