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
d96511ce0a
go-parsekit
/
parse
History
Maurice Makaay
4b0309453f
Added a feature to run the parser without any of the built-in sanity checks (like loop checks). This improved performance, but at the risk of missing some runtime issues with the parser implementation.
2019-06-30 01:05:54 +00:00
..
api.go
Added a feature to run the parser without any of the built-in sanity checks (like loop checks). This improved performance, but at the risk of missing some runtime issues with the parser implementation.
2019-06-30 01:05:54 +00:00
assertions_test.go
Big overhaul on separating packages for code containment.
2019-06-12 14:30:46 +00:00
callerinfo.go
Added a feature to run the parser without any of the built-in sanity checks (like loop checks). This improved performance, but at the risk of missing some runtime issues with the parser implementation.
2019-06-30 01:05:54 +00:00
handler.go
Big overhaul on separating packages for code containment.
2019-06-12 14:30:46 +00:00
parse.go
Added a feature to run the parser without any of the built-in sanity checks (like loop checks). This improved performance, but at the risk of missing some runtime issues with the parser implementation.
2019-06-30 01:05:54 +00:00
parse_test.go
Simplified some internal code, which also fixes a bug with correct error reporting from within parsekit in various edge cases.
2019-06-17 13:59:31 +00:00