Monadic parser combinators in Go
Go to file
2024-10-16 13:52:13 -06: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
test Test Repeat success/failure 2024-09-27 10:40:18 -06:00
.gitignore Added vscode config and test logs to .gitignore 2024-09-03 13:57:43 -06:00
bind.go Renamed Result.Succeeded to Status and removed Failed 2024-09-24 13:16:30 -06:00
gigaparsec.go Test Repeat success and next state 2024-10-16 09:06:25 -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
parser_test.go Added Repeat tests 2024-10-16 11:58:12 -06:00
README.md Added README.md 2024-09-11 15:13:22 -06:00
seq.go Renamed Result.Succeeded to Status and removed Failed 2024-09-24 13:16:30 -06:00
state_test.go Check source files for missing SPDX headers 2024-09-30 18:56:06 -06:00
TODO.txt Added Repeat tests 2024-10-16 11:58:12 -06:00
UNLICENSE Unlicens the code and add SPDX identifier to files 2024-09-18 16:28:53 -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.