dexterleng / bnf

backus naur form parser and validator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BNF parser and validator

I'm not a 100% sure what this project is/will be. Currently just implementing some dragon book algorithms. May become a parser generator.

Usage

. run.sh
cat test_files/test_one.bnf | dune exec ./parse_stdin.exe

About

backus naur form parser and validator


Languages

Language:OCaml 99.6%Language:Shell 0.4%