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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Parse JSON with Flex, Bison, and Ruby

3 点作者 cjhdev超过 8 年前

1 comment

cjhdev超过 8 年前
This is an example of using Flex and Bison to generate a parser that can be packaged up as a Ruby extension. The subject is JSON because it&#x27;s LALR compatible and easily recognisable.<p>I&#x27;ve used this technique to produce tools that parse syntax other than JSON. I think it&#x27;s neat because Flex&#x2F;Bison is very mature, it works well the the Ruby C API, and the parser produced is self contained (i.e. no runtime components).