Erlang 语法 - 为 Erlang 构建 Intellij IDEA 语言支持插件

发布于 2024-07-08 12:38:26 字数 138 浏览 12 评论 0原文

我正在寻找为 Erlang 创建一个 Intellij IDEA 语言支持插件。

我遇到的第一个也是最大的问题是制定 JFlex Erlang 语法定义。

有谁知道我在哪里可以获得 Erlang 的 EBNF 或 BNF?

I'm looking to create an Intellij IDEA language support plugin for Erlang.

The first and biggest problem I've had is in making the JFlex Erlang syntax definition.

Does anyone know where can I get the EBNF or BNF for Erlang?

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

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

发布评论

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

评论(2

神也荒唐 2024-07-15 12:38:26

为什么不直接访问源代码Erlang 4.7 规范列出了语法中的产生式。

Why not go straight to the source? The Erlang 4.7 specification lists productions in a grammar.

与之呼应 2024-07-15 12:38:26

查看 otp 源代码发行版中的 lib/compiler/src/core_parse.yrl

Have a look at lib/compiler/src/core_parse.yrl in the otp source distribution.

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