xparse icon indicating copy to clipboard operation
xparse copied to clipboard

Various parsing utilities, such as IP, time, and top-level-domain, in Go

Results 2 xparse issues
Sort by recently updated
recently updated
newest added

I tried to compile it under Go 1.7rc1 and the compiler never completed. See https://github.com/golang/go/issues/16407 - there's a suggestion by @josharian for a possible way to work around the issue...

Changes genfsm.go to divide the state space into chunks of size 256, then call a helper for function for each chunk (as opposed to having a single giant function that...