Commit Graph

18 Commits

Author SHA1 Message Date
e381e56bc7 test 2025-05-08 22:01:09 +03:00
c0f6b4fcbb test 2025-05-08 21:58:17 +03:00
3eec3ce0fb test 2025-05-08 21:49:20 +03:00
d6837b4bb6 test 2025-05-08 21:46:09 +03:00
80092295f6 test 2025-05-08 21:44:49 +03:00
f07b30bf52 test 2025-05-08 21:41:05 +03:00
e6b195fbb1 tree map 2025-05-08 21:30:05 +03:00
c329d43fc4 map tree 2025-05-08 21:17:10 +03:00
David Arroyo
058bad1792 Add bazel BUILD file 2018-04-12 20:13:10 -04:00
David Arroyo
70b8bf299f testing github web hooks 2013-11-02 00:15:22 -04:00
David Arroyo
d4c0c0202e move README to README.md 2013-11-02 00:14:33 -04:00
David Arroyo
2e8b3e5670 Correct import path 2013-11-02 00:12:14 -04:00
David Arroyo
1281840c23 Rename README.md to README 2013-07-21 10:34:47 -04:00
David Arroyo
bf451c513c Wrote README 2013-07-15 10:30:54 -04:00
David Arroyo
459a02c410 Change Emit -> Marshal, Parse -> Unmarshal to fit in with rest of std library 2013-07-15 10:21:14 -04:00
David Arroyo
10567f459b 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
David Arroyo
a19bd721cd 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
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