Go to file
Maurice Makaay 1a280233b0 Got rid of the testify dependency. My testing needs are so basic, that there's no need for this full fledged testing library. 2019-06-12 15:25:15 +00:00
examples Working on documentation. 2019-06-12 15:24:09 +00:00
parse Working on documentation. 2019-06-12 15:24:09 +00:00
read Working on documentation. 2019-06-12 15:24:09 +00:00
tokenize Working on documentation. 2019-06-12 15:24:09 +00:00
.gitignore Initial commit 2019-05-21 14:45:32 +00:00
LICENSE Initial commit 2019-05-21 14:45:32 +00:00
README.md Initial import of the parsekit module. 2019-05-21 14:49:44 +00:00
go.mod Got rid of the testify dependency. My testing needs are so basic, that there's no need for this full fledged testing library. 2019-06-12 15:25:15 +00:00
go.sum Moved Reader into its own package. 2019-06-07 10:55:55 +00:00

README.md

go-parsekit

A toolkit that facilitates writing text parsers, based on a flexible combination of parser/combinator technology and a parser state machine.