Skip to content

Conversation

@tisonkun
Copy link
Contributor

No description provided.

Signed-off-by: tison <wander4096@gmail.com>
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR renames the package from scopeql-lexer to scopeql-parser, aligning the package name with its broader scope. The rename includes updating workspace configuration, package metadata, and import statements.

  • Updated package name from scopeql-lexer to scopeql-parser across all configuration files
  • Updated import statements in test files to use the new package name
  • Added new source files and documentation for the renamed package

Reviewed changes

Copilot reviewed 5 out of 21 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Cargo.toml Updated workspace member from scopeql-lexer to scopeql-parser
Cargo.lock Updated package name reference in lock file
scopeql-parser/Cargo.toml Renamed package, updated rust-version to 1.90.0, added description and readme fields
scopeql-parser/README.md Added new README with package description
scopeql-parser/src/lib.rs Added new library entry point exporting tokenizer types
scopeql-parser/src/tokenizer.rs Added tokenizer implementation with TokenKind enum and Tokenizer struct
scopeql-parser/tests/tests.rs Updated imports from scopeql_lexer to scopeql_parser
scopeql-parser/tests/snapshots/*.snap (14 files) Added snapshot test files, but source paths still reference old package name

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tisonkun tisonkun merged commit b49183e into main Dec 24, 2025
11 checks passed
@tisonkun tisonkun deleted the parser branch December 24, 2025 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants