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?
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?
Why not go straight to the source? The Erlang 4.7 specification lists productions in a grammar.
Have a look at lib/compiler/src/core_parse.yrl
in the otp source distribution.
© 2022 - 2024 — McMap. All rights reserved.