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

feat: PromQL Rust Lexer #12

Merged
merged 23 commits into from
Dec 21, 2022
Merged

feat: PromQL Rust Lexer #12

merged 23 commits into from
Dec 21, 2022

Commits on Dec 14, 2022

  1. feat(lex): skeleton

    yuanbohan committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    5140940 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b1603a View commit details
    Browse the repository at this point in the history
  3. lex: keyword_or_identifier

    yuanbohan committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    645456d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    7d5c90f View commit details
    Browse the repository at this point in the history
  2. refactor: fn -> Fn

    yuanbohan committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    88d5496 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baa0544 View commit details
    Browse the repository at this point in the history
  4. lexer: accept_string

    yuanbohan committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    ec160b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45d25a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eea02f0 View commit details
    Browse the repository at this point in the history
  7. test: common test done

    yuanbohan committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    fff544b View commit details
    Browse the repository at this point in the history
  8. test(lex): more test cases

    yuanbohan committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    6f10b40 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    27d72ed View commit details
    Browse the repository at this point in the history
  2. test(lexer): subquery

    yuanbohan committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    4d414ba View commit details
    Browse the repository at this point in the history
  3. test(lexer): more cases

    yuanbohan committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    aa48e86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a40422d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. misc(lex): modification based on review comments

    - don't expose some public methods
    - refactor test cases
    
    Reviewer: @evenyag
    Refs: #14 #15
    yuanbohan committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    07348ac View commit details
    Browse the repository at this point in the history
  2. misc(lex): revision based on review comment

    - func in token mod, directly use match arms
    - use char default method, instead of a hashmap
    - use for loop to asset_eq!(left, right) instead of assert!(all)
    
    reviewer: @evenyag
    yuanbohan committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    0a6cbe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29073c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dd987c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    9d50c4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92f8c7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1113030 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. comment(lex): typo

    yuanbohan committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    3ee5940 View commit details
    Browse the repository at this point in the history