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

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

Notifications You must be signed in to change notification settings

djmcgill/parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published