docs: remove unused+ update README#71
Merged
NTTVy03 merged 6 commits intogo-to-def-in-functionfrom May 15, 2025
Merged
Conversation
vuvoth
approved these changes
May 15, 2025
README.md
Outdated
|
|
||
| ## 🐞 Debugging the Extension | ||
|
|
||
| 1. **Install Circom:** |
vuvoth
pushed a commit
that referenced
this pull request
May 18, 2025
* skip trivial first tokens in parsing * remove comment in input test * manage out-of-bound case, update input test * update input test * update input test * make test programs private * remove comments in syntax tests * format * make Pragma optional, remove ROOT * rename close() params, use advance() in eat(), fix typo scope * parse params using list_identity * return Option in token_value() and position_of() * do not allow <--, <== in var declaration * make public signal optional in main component * fix format before merge * remove empty test * replace expect by eat in block * add scope parsing test * fix space in scope parsing test * update snapshot test for syntax * refactor syntax test * update input tests with snapshot * change param type in find signal into str * add snapshot guild * add some combine arithmetic operators * error report in expect and expect_any * update snapshot for combine operators * update snapshot test * fix wrap trivial tokens before open a tree * update template happy test * add operators into token kinds * add operators test * re-priority token kinds * fix clippy check * fix clippy check * rebase add-token-kinds * fix clippy check * fix clippy * remove duplicate declaration in grammar tests * add missing signal assign tokens * fix grammar of for statement * add statements test * fix declaration, support matrix * fix format * refactor declaration * use list identity parser in tuple * fix right curly count in block * extract function params * add declaration test * comment statement in declaration test * fix format * add function parse test * add comments * comments: example in goto_definition_handler * go-to-defitition in function * lookup in params * remove lookup signal in function * fix main component grammar * docs: remove unused+ update README (#71) * chore: remove all unused files from the project * chore: refactor Cargo.toml files to use workspace.dependencies * refactor: extract syntax test utils into a separate test module * docs: update README with installation, build, and debug instructions * docs: remove unused note for snapshot * docs: remove circom installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes: dependency restructuring and improved documentation.
Dependency and Configuration Updates:
Cargo.toml: Upgraded the workspace to use the "2" resolver, restructured internal dependencies, and added new external dependencies such aslogos,rowan, andserde. Testing dependencies likeinstawere also added with specific optimization settings.crates/lsp/Cargo.toml: Consolidated dependencies into the workspace, ensuring consistency across crates. This change simplifies dependency management and eliminates redundant version specifications.Documentation Improvements:
README.md: Overhauled to include a detailed installation guide, testing instructions withinsta, and debugging steps for the VSCode extension. This makes the project more accessible to new contributors.SNAPSHOT_TEST.md: Removed in favor of integrating snapshot testing instructions directly into theREADME.md.Code Cleanup and Removal:
commonanddatabase) by deleting theirCargo.tomlandsrcfiles, as they are no longer part of the project. [1] [2] [3] [4]