refactor(rust): misc fixes & tidying Apr 12, 2024 tree-sitter Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently upd
c rust tree-sitter parser parsing incremental wasm Updated Jun 1, 2025 Rust antlr / antlr4 Star 18k Code Issues Pull requests Discussions ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary ...
连 1ms 都不到,HTML 构建加渲染( incremental 增量更新)花了 10/20 ms,你说把 core 用 Rust/C...
当然Xray好像还有其他暗搓搓的目标。比如核心用到的CRDT数据结构可以支持多人在线编辑,Rust+Electron+Reac...
rust-bitcoin - Library with support for de/serialization, parsing and executing on data structures and network messages related to Bitcoin. rust-lightning - Bitcoin Lightning library. The main crate,lightning, does not handle networking, persistence, or any other I/O. Thus,it is runtime-agnostic...
An incremental parsing system for programming tools Rust20,674MIT1,82616235UpdatedMay 20, 2025 workflowsPublic Reusable workflows for tree-sitter parsers 251601UpdatedMay 19, 2025 parser-test-actionPublic Test action for tree-sitter parsers 9MIT610UpdatedMay 17, 2025 ...
⚡ Extremely Fast: Written in Rust, start a React / Vue project in milliseconds and perform an HMR update within 20ms for most situations. ⚡ Incremental Building: Support persistent cache, module level cache enabled by default, any module won't be compiled twice until it's changed! 🧰...
But if youeditthe file after parsing it, tree-sitter can generallyupdatethe previous existing syntax tree to reflect your edit in less than a millisecond, thanks to its incremental parsing system. The Rust Reference— While Rust does not have a specification, the reference tries to describe its...
Rust271Apache-2.022123UpdatedDec 21, 2024 smol_strPublic text-sizePublic salsaPublic archiveForked fromsalsa-rs/salsa A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.
rustfmt.toml README MIT license tree-sitter Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited. Tree-sitter aims to be: ...