A Secret Tip to find Beam file path of Elixir Module IntelliJ Elixir 6.2.0

ABNF Grammars in Elixir

ABNF grammars are widely used in the Internet today. They serve as the basic building blocks for a lot of highly used protocols, like HTTP, SIP, SMTP, FTP, etc. And they are also very useful to design DSLs (Domain Specific Languages).

In this article we’ll learn how to use a tool called ex_abnf to quickly create grammar parsers using the Elixir language.

Read more