Skip to content

A general parser combinator library for (Vect n i) in Idris2.

License

Notifications You must be signed in to change notification settings

idris-bayes/parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parser

A general parser combinator library for (Vect n i) in Idris2.

Largely a version of contrib's Data.String.Parser, but generalised from String to general Vects.

Installing

To use this library, simply add the following to your pack.toml:

[custom.all.parser]
type   = "github"
url    = "https://github.com/idris-bayes/parser"
commit = "latest:master"
ipkg   = "parser.ipkg"

You can then import Parser to your project.

About

A general parser combinator library for (Vect n i) in Idris2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages