用于自定义标记语言的 Ruby 标记解析器

发布于 2024-09-13 23:11:15 字数 201 浏览 13 评论 0原文

我正在寻找 Ruby 标记解析器(或助手)来将自定义标记语言转换为 HTML。 像 Decoda 在 PHP 世界中所做的事情(参见 $code->addMarkup()功能)。 Ruby 世界里有什么好工具吗?

I am looking for a Ruby markup parser (or helper) to convert a custom markup language to HTML.
Something like Decoda does in the PHP world (see $code->addMarkup() function). Is there a good tool in the Ruby world?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

物价感观 2024-09-20 23:11:15

很高兴接受其他教育,但恐怕我不认为这样的事情存在——有人必须需要一个解析器(或者解析器生成器,也许)来用于多种未指定的未来标记语言。可能不是经常遇到的需求。或者曾经。

然而,如果您的语言相当常规,我认为使用可用的工具构建您自己的解析器不会有太多的任务。

您可以从以下地方开始:

Happy to be educated otherwise, but I'm afraid I don't think such a thing exists - someone would have had to have needed a parser (or parser-generator, perhaps) for multiple unspecified future markup languages. Probably not a need that's been experienced very often. Or ever.

However, if your language is fairly regular, I don't see that it's going to be too much more of a task to build your own parser using tools that are available.

Some places you might start:

宫墨修音 2024-09-20 23:11:15

用于纺织品的 redcloth http://redcloth.org/

用于 markdown 的 bluecloth http://deveiate.org/projects/BlueCloth

就我个人而言,我喜欢纺织品。

redcloth for textile http://redcloth.org/

bluecloth for markdown http://deveiate.org/projects/BlueCloth

personally, i like textile.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文