Parser for the ndb file format
Go to file
David Arroyo 751b403e15 Initial commit. Beginnings of an ndb parsing library. Lexer/parser functional.
What's left is mapping the input to Go values.
2013-07-13 14:05:31 -04:00
decode.go Initial commit. Beginnings of an ndb parsing library. Lexer/parser functional. 2013-07-13 14:05:31 -04:00
encode.go Initial commit. Beginnings of an ndb parsing library. Lexer/parser functional. 2013-07-13 14:05:31 -04:00
ndb.go Initial commit. Beginnings of an ndb parsing library. Lexer/parser functional. 2013-07-13 14:05:31 -04:00
parse_test.go Initial commit. Beginnings of an ndb parsing library. Lexer/parser functional. 2013-07-13 14:05:31 -04:00
parse.go Initial commit. Beginnings of an ndb parsing library. Lexer/parser functional. 2013-07-13 14:05:31 -04:00
README.md Initial commit. Beginnings of an ndb parsing library. Lexer/parser functional. 2013-07-13 14:05:31 -04:00