Go to file
2017-08-08 20:59:48 +10:00
html Add NumberLit parser and complete json spec 2017-08-08 20:34:21 +10:00
json Add a larger json benchmark 2017-08-08 20:52:25 +10:00
.editorconfig Initial commit 2017-08-06 14:31:35 +10:00
.gitignore Add a json parser 2017-08-06 19:15:07 +10:00
combinator_test.go More perf tweaks 2017-08-07 22:38:34 +10:00
combinator.go Add Bind for constants 2017-08-07 22:57:06 +10:00
debugoff.go add debugging 2017-08-07 20:07:29 +10:00
debugon.go *Node -> Node 2017-08-07 21:45:12 +10:00
literals_test.go Add a larger json benchmark 2017-08-08 20:52:25 +10:00
literals.go Add a larger json benchmark 2017-08-08 20:52:25 +10:00
parser_test.go Add NumberLit parser and complete json spec 2017-08-08 20:34:21 +10:00
parser.go Move String to its own file 2017-08-08 19:56:32 +10:00
state_test.go add debugging 2017-08-07 20:07:29 +10:00
state.go Make WS a func instead of string 2017-08-08 20:59:48 +10:00