This website requires JavaScript.
Explore
Help
Sign In
OpenSourceProjects
/
go-parsekit
Watch
1
Star
0
Fork
You've already forked go-parsekit
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9a53ea9012
go-parsekit
/
parse
History
Maurice Makaay
1771e237c0
Switched to a []byte backing store instead of []rune for collecting input data (we can use both bytes and runes for input in an easy way now)
2019-07-18 09:26:11 +00:00
..
api.go
Switched to a []byte backing store instead of []rune for collecting input data (we can use both bytes and runes for input in an easy way now)
2019-07-18 09:26:11 +00:00
assertions_test.go
Optimization round completed (for now :-) All tests successful.
2019-07-11 12:43:57 +00:00
callerinfo.go
Backup changes for performance fixes.
2019-07-05 15:07:07 +00:00
handler.go
Big overhaul on separating packages for code containment.
2019-06-12 14:30:46 +00:00
parse.go
Removed loop protection code. This is useful, but it puts a performance burden on the code when doing it by keeping track of actual callers through the call stack. Maybe to be reintroduced in a future version with something like a simple counter and a maximum depth-style protection.
2019-07-12 12:33:18 +00:00
parse_test.go
Removed loop protection code. This is useful, but it puts a performance burden on the code when doing it by keeping track of actual callers through the call stack. Maybe to be reintroduced in a future version with something like a simple counter and a maximum depth-style protection.
2019-07-12 12:33:18 +00:00