Home

Awesome

ex_abnf_example

This is a sample application that demonstrates the use of ex_abnf to implement ABNF grammar parsers in Elixir. The original article/tutorial for this application is located at http://marcelog.github.io/articles/abnf_grammars_in_elixir.html.

The sample grammar is taken from the ABNF wiki and a simple test demonstrates how it works.

LICENSE

The source code is released under Apache 2 License.

Check LICENSE file for more information.