Parser for the ndb file format
Go to file
2013-07-15 10:16:10 -04:00
ndb.go Feature complete. I may change the names, and error-handling needs to be more robust. I feel pretty good about resisting bad input, but not so good about saving to or writing from complex data structures, or maps with interface{} elements. 2013-07-15 10:16:10 -04:00
read_test.go Feature complete. I may change the names, and error-handling needs to be more robust. I feel pretty good about resisting bad input, but not so good about saving to or writing from complex data structures, or maps with interface{} elements. 2013-07-15 10:16:10 -04:00
read.go Feature complete. I may change the names, and error-handling needs to be more robust. I feel pretty good about resisting bad input, but not so good about saving to or writing from complex data structures, or maps with interface{} elements. 2013-07-15 10:16:10 -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 Feature complete. I may change the names, and error-handling needs to be more robust. I feel pretty good about resisting bad input, but not so good about saving to or writing from complex data structures, or maps with interface{} elements. 2013-07-15 10:16:10 -04:00
write.go Feature complete. I may change the names, and error-handling needs to be more robust. I feel pretty good about resisting bad input, but not so good about saving to or writing from complex data structures, or maps with interface{} elements. 2013-07-15 10:16:10 -04:00