feat(debugger): port debugger onto izio spanned-ast core#2
Merged
Manyfestation merged 6 commits intodebuggerfrom Feb 26, 2026
Merged
feat(debugger): port debugger onto izio spanned-ast core#2Manyfestation merged 6 commits intodebuggerfrom
Manyfestation merged 6 commits intodebuggerfrom
Conversation
- Rename debug.rs → debug_info.rs in silverscript-lang (types-only module) - Create debugger-session library crate (session runtime, presentation) - Create cli-debugger binary crate (renamed from sil-debug) - Migrate debug session tests and CLI smoke test to new crates - Update all imports across workspace
…ore granular ast nodes (kaspanet#40) * wip: spanned ast, syntaxe highlights and minor refactoring in preparation of lsp * fix: zed repo path * fix: vscode * feat: parser diagnostic * fix: base pest error on unclassified diagnostic * feat(ts): granular parsing on introspection expression * feat(extensions): auto closing brackets and indentation * bump(extension): zed * chore(extension): build tool and prepare publish * fix(extensions/vscode): keep ts wasm dep * fix: conflicts * bump: extensions * self review refacto * test: remove test that isn't relevant anymore * cargo fmt * chore: zed revision bump * review: git ignore vscode ts wasm build * review: update tree sitter - fix os path * review(silverc): use clap and rename ast options * fix(silverc): ast only option typo * review: add todo annotation to unsupported intr kind * review: revert abi naming at contract level * review: use byte array instead of re-defining logic again * review: add test comment on expected failure for introspection root * review(ts): add examples smoke tests and fix reverse parsing issue * review: revert compile stmt assign * review(cli): default behaviors enhancement, improve help text and more tests * review: test wording * review(tree-sitter): fix repository url * review: try to reduce diff frictions * feat(highlight): op codes, new calls and methods calls * review(cli): default ast output is file with suffix * test: fix with new ast default * review: compile exp empty array test and todo anotation * review: compile_length_expr is responsible for argument count validation * clippy * adjust silverc test regarding double argument usage * Revert "review: compile_length_expr is responsible for argument count validation" This reverts commit c9bb530. --------- Co-authored-by: IzioDev <9900846+IzioDev@users.noreply.github.com>
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.
No description provided.