Commit 213f743
feat: Add OVSM LSP, editor plugins, compiler improvements, and agent programs
## OVSM Language Server (LSP)
- Full LSP implementation with semantic tokens
- AI-powered completions for blockchain types
- Real-time diagnostics and hover documentation
- Symbol navigation and go-to-definition
- Interactive REPL mode
## Editor Support
- VSCode extension with syntax highlighting
- Neovim plugin with OVSM filetype detection
- Helix configuration for OVSM
- Tree-sitter grammar for accurate parsing
## Compiler Improvements
- Graph coloring register allocator
- Enhanced IR generation
- Improved sBPF code generation
- Better ELF output handling
## Solana Programs
- agent-escrow: Escrow program for agent transactions
## New OVSM Scripts
- Agent marketplace and registry examples
- Reputation and attestation systems
- Strategy patterns and dispute resolution
- Token escrow implementations
## Other
- Updated .gitignore for new directories
- BBS federation improvements
- Test updates
🤖 Generated with [Claude Code](https://claude.ai/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent e3e91e0 commit 213f743
File tree
58 files changed
+15462
-38
lines changed- crates
- ovsm-lsp
- src
- ovsm
- src/compiler
- tests
- editors
- helix
- neovim
- tree-sitter-ovsm
- queries
- test/corpus
- vscode
- src
- syntaxes
- examples/ovsm_scripts
- programs/agent-escrow
- src
- src/utils
- bbs/db
- tests
- golden/tui
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+15462
-38
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
4 | 14 | | |
5 | 15 | | |
6 | 16 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments