TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Rust Sitter – write fast Tree Sitter parsers without leaving Rust

10 点作者 shadaj将近 3 年前

2 条评论

PoignardAzur将近 3 年前
&gt; <i>Meeting these constraints typically involves creative use of parser generators like Bison or requires the developer to create a parser from scratch - Which unfortunately many modern languages like Rust itself have had to end up doing</i><p>This seems like a very useful project for people writing IDEs, but I&#x27;m not sure the convenience features are enough to offset the simplicity and flexibility of writing your on parser.
childintime将近 3 年前
I&#x27;ll praise the day something similar becomes a part of the Rust language itself.<p>Or of Zig, or whatever systems language. Come to think of it, Zig could be the better language to take advantage of this.