Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 415 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 415 Bytes

A parser generator library I wrote for my 3rd year dissertation.

Will parser grammar files in BNF or EBNF notation, or you can write it using the combinators defined in Parser.Primitives.

BNF grammars (and EBNF after they've been converted with Parser.EBNFtoBNF) can be turned into a parser using Parser.GeneratorBNF or a haskell file which uses the combinators to export such a parser with Parser.HSGeneratorBNF.