Erlang syntax - Building an Intellij IDEA language support plugin for Erlang
Asked Answered
S

2

8

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?

Sturrock answered 24/10, 2008 at 10:10 Comment(0)
A
7

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

Articulation answered 24/10, 2008 at 10:35 Comment(0)
D
1

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

Dellora answered 27/10, 2008 at 17:8 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.