Skip to content

Kwarrtz/microparsec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microparsec

Microparsec is a lightweight alternative to Haskell's Parsec parser combinator library. More information can be found in the Haddock documentation. (Hackage documentation coming soon)

Installation

Microparsec can be installed with the cabal package manager tool.

cabal configure
cabal haddock   # optional step, generates documentation
cabal build
sudo cabal install

About

A lightweight alternative to Haskell's Parsec

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published