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
583197c37a
go-parsekit
/
parse
History
Maurice Makaay
583197c37a
Made a distinction between MatchWhitespace() and MatchUnicodeSpace().
2019-07-04 11:32:07 +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
Made a distinction between MatchWhitespace() and MatchUnicodeSpace().
2019-07-04 11:32:07 +00:00