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

Handle line continuation in Lexer::peek_char #43

Merged
merged 7 commits into from
May 22, 2021
Merged

Handle line continuation in Lexer::peek_char #43

merged 7 commits into from
May 22, 2021

Commits on May 22, 2021

  1. Create lexer core

    magicant committed May 22, 2021
    Configuration menu
    Copy the full SHA
    3a1a43d View commit details
    Browse the repository at this point in the history
  2. Use LexerCore in Lexer

    magicant committed May 22, 2021
    Configuration menu
    Copy the full SHA
    3130bad View commit details
    Browse the repository at this point in the history
  3. Remove redundant tests for Lexer

    We now have tests for LexerCore. No need to do the same tests twice.
    magicant committed May 22, 2021
    Configuration menu
    Copy the full SHA
    0054bfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1af8463 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    534499c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    744dd36 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e3a12c View commit details
    Browse the repository at this point in the history