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

WIP Tokenizer/Parser #1

Draft
wants to merge 6 commits into
base: feat_export_plugin
Choose a base branch
from

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    d5bc1c3 View commit details
    Browse the repository at this point in the history
  2. refactor: token.gd remove self. qualifier

    limits type checking
    funnbot committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b1cf3af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f772a76 View commit details
    Browse the repository at this point in the history
  4. refactor: tokenizer: WIP remove user error reporting

    the editor will handle these errors, we just want to fail early if theres an error in the source.
    funnbot committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    352156c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaf4036 View commit details
    Browse the repository at this point in the history
  6. refactor: store start and end index in token

    remove multiline column tracking
    funnbot committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b3b1511 View commit details
    Browse the repository at this point in the history