Monadic parser combinators in Go
Go to file
2024-11-29 23:38:38 -07:00
bytes Removed unused Todo function 2024-10-16 13:52:13 -06:00
internal Check source files for missing SPDX headers 2024-09-30 18:56:06 -06:00
naive Add Seq benchmarks 2024-11-29 23:38:38 -07:00
test Added Try tests 2024-10-17 08:57:45 -06:00
.gitignore Added vscode config and test logs to .gitignore 2024-09-03 13:57:43 -06:00
bind.go Turn up Bind/Seq count and write a simple Bind benchmark 2024-10-17 16:01:27 -06:00
gigaparsec.go Turn up Bind/Seq count and write a simple Bind benchmark 2024-10-17 16:01:27 -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 formatting in inspiration.md 2024-11-28 22:11:05 +00:00
parser_test.go Added Try tests 2024-10-17 08:57:45 -06:00
README.md Don't be so negative, man 2024-11-29 00:55:59 -07:00
seq.go Turn up Bind/Seq count and write a simple Bind benchmark 2024-10-17 16:01:27 -06:00
state_test.go Check source files for missing SPDX headers 2024-09-30 18:56:06 -06:00
TODO.txt Update todo list 2024-11-29 08:04:50 +00:00
UNLICENSE Unlicens the code and add SPDX identifier to files 2024-09-18 16:28:53 -06:00

Gigaparsec

Go Reference

by Brandon Dyck <brandon@dyck.us>

Monadic parser combinators in Go