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 Cypher (Neo4j) lexer #1423

Merged
merged 15 commits into from Apr 14, 2020
Merged

Add a Cypher (Neo4j) lexer #1423

merged 15 commits into from Apr 14, 2020

Commits on Feb 2, 2020

  1. Configuration menu
    Copy the full SHA
    7fd5f4c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Update URL

    pyrmont committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    481a81b View commit details
    Browse the repository at this point in the history
  2. Use memoising methods

    pyrmont committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    49cb720 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ba7b76 View commit details
    Browse the repository at this point in the history
  4. Simplify whitespace rule

    pyrmont committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    7af8895 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    546e5ad View commit details
    Browse the repository at this point in the history
  6. Simplify demo

    pyrmont committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    c74843e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3042fd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Literal number can be negative

    Co-Authored-By: Michael Camilleri <mike@inqk.net>
    ggrossetie and pyrmont committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    244d5dd View commit details
    Browse the repository at this point in the history
  2. Number can be negative

    Co-Authored-By: Michael Camilleri <mike@inqk.net>
    ggrossetie and pyrmont committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    519cf82 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. Configuration menu
    Copy the full SHA
    20add3d View commit details
    Browse the repository at this point in the history
  2. Add more numeric examples

    pyrmont committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    6b67166 View commit details
    Browse the repository at this point in the history
  3. Add more rules for numbers

    pyrmont committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    f4d3e72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2bbe3c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    dbf17fa View commit details
    Browse the repository at this point in the history