Go to file
Arpad Ryszka aa498473e7 add todos
2017-07-29 23:16:03 +02:00
.gitignore Initial commit 2017-06-25 17:40:55 +02:00
boot_test.go remove node commit 2017-07-17 04:23:29 +02:00
boot.go track parsers by numeric id 2017-07-15 21:49:08 +02:00
bootsyntax.go track parsers by numeric id 2017-07-15 21:49:08 +02:00
buzz.txt generic cleanup 2017-06-26 02:20:23 +02:00
char.go microoptimizations in exclude/include, sequence and choice 2017-07-18 00:38:44 +02:00
choice.go microoptimizations in exclude/include, sequence and choice 2017-07-18 00:38:44 +02:00
context.go microoptimizations in exclude/include, sequence and choice 2017-07-18 00:38:44 +02:00
define.go track parsers by numeric id 2017-07-15 21:49:08 +02:00
eskip_test.go track parsers by numeric id 2017-07-15 21:49:08 +02:00
eskip.parser change parser extension from .p to .parser 2017-06-25 23:42:42 +02:00
idset.go track parsers by numeric id 2017-07-15 21:49:08 +02:00
json_test.go track parsers by numeric id 2017-07-15 21:49:08 +02:00
json.parser remove node commit 2017-07-17 04:23:29 +02:00
keyval_test.go track parsers by numeric id 2017-07-15 21:49:08 +02:00
keyval.parser generic cleanup 2017-06-26 02:20:23 +02:00
LICENSE Initial commit 2017-06-25 17:40:55 +02:00
Makefile remove separate quantifier parser 2017-06-25 23:38:32 +02:00
mml_test.go don't allocate nodes for chars 2017-07-17 01:41:38 +02:00
mml.parser extend go syntax 2017-07-15 19:04:04 +02:00
node.go don't allocate nodes for chars 2017-07-17 01:41:38 +02:00
notes.txt remove node commit 2017-07-17 04:23:29 +02:00
parse_test.go reduce storage size 2017-07-16 23:15:42 +02:00
parse.go simplify storage 2017-07-17 23:59:26 +02:00
README.md Update README.md 2017-06-28 14:51:31 +02:00
registry.go track parsers by numeric id 2017-07-15 21:49:08 +02:00
scheme_test.go track parsers by numeric id 2017-07-15 21:49:08 +02:00
scheme.parser generic cleanup 2017-06-26 02:20:23 +02:00
sequence.go microoptimizations in exclude/include, sequence and choice 2017-07-18 00:38:44 +02:00
sexpr_test.go track parsers by numeric id 2017-07-15 21:49:08 +02:00
sexpr.parser change parser extension from .p to .parser 2017-06-25 23:42:42 +02:00
store.go add todos 2017-07-29 23:16:03 +02:00
syntax.go store sequences 2017-07-17 21:58:03 +02:00
syntax.parser remove node commit 2017-07-17 04:23:29 +02:00
test.mml remove node commit 2017-07-17 04:23:29 +02:00
trace.go track parsers by numeric id 2017-07-15 21:49:08 +02:00

treerack

Generic parser generator for Go