Parser for the ndb file format
Go to file
2013-07-14 11:27:12 -04:00
decode.go Initial commit. Beginnings of an ndb parsing library. Lexer/parser functional. 2013-07-13 14:05:31 -04:00
ndb.go Lots of progress made on the decoding side, we can parse a single line in to several types. Left to do: Encoding, better errors, and formally define valid attribute characters. 2013-07-14 11:27:12 -04:00
read_test.go Lots of progress made on the decoding side, we can parse a single line in to several types. Left to do: Encoding, better errors, and formally define valid attribute characters. 2013-07-14 11:27:12 -04:00
read.go Lots of progress made on the decoding side, we can parse a single line in to several types. Left to do: Encoding, better errors, and formally define valid attribute characters. 2013-07-14 11:27:12 -04:00
README.md Initial commit. Beginnings of an ndb parsing library. Lexer/parser functional. 2013-07-13 14:05:31 -04:00
write_test.go Lots of progress made on the decoding side, we can parse a single line in to several types. Left to do: Encoding, better errors, and formally define valid attribute characters. 2013-07-14 11:27:12 -04:00
write.go Lots of progress made on the decoding side, we can parse a single line in to several types. Left to do: Encoding, better errors, and formally define valid attribute characters. 2013-07-14 11:27:12 -04:00