vote up 3 vote down star

Hi folks, I'm going to create Erlang language support plugin for an Intellij Idea. The big and first problem I have is in the JFlex erlang syntax definition. Does anybody know where can I get EBNF or BNF for Erlang?

flag

3 Answers

vote up 3 vote down check

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

link|flag
vote up -1 vote down

Sure. That was the first thing I thought about and I did. But, as I can see there should be lot of work done to make ebnf from this specification. And probably already exists ready solution that I can simply reuse.

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.