Monadic parser combinators in Go
Go to file
2024-09-17 20:48:38 -06:00
bytes Fix RuneReader breaking right before EOF 2024-09-17 20:48:38 -06:00
cursor Move SliceOfNZero to test/generator package 2024-09-13 11:24:43 -06:00
internal/bindgen Format generated code 2024-09-13 21:03:10 -06:00
test Move SliceOfNZero to test/generator package 2024-09-13 11:24:43 -06:00
.gitignore Added vscode config and test logs to .gitignore 2024-09-03 13:57:43 -06:00
bind.go Format generated code 2024-09-13 21:03:10 -06:00
gigaparsec.go Added Pipe and Match parsers 2024-09-17 20:10:19 -06:00
go.mod Upgrade github.com/shoenig/test to v1.11.0 2024-09-10 08:54:29 -06:00
go.sum Upgrade github.com/shoenig/test to v1.11.0 2024-09-10 08:54:29 -06:00
inspiration.md Fix inspiration URL and formatting 2024-09-02 11:11:00 -06:00
LICENSE.txt Added LICENSE.txt 2024-09-11 11:16:44 -06:00
parser_test.go Added Pipe and Match parsers 2024-09-17 20:10:19 -06:00
README.md Added README.md 2024-09-11 15:13:22 -06:00
seq.go Format generated code 2024-09-13 21:03:10 -06:00
seqproto.go Generate Bind 2024-09-13 18:28:38 -06:00
TODO.txt Update TODO 2024-09-13 20:53:17 -06:00

Gigaparsec

Go Reference Total garbage.

Monadic parser combinators in Go

I don't recommend using this yet. It is very unfinished and it will break.