This website requires JavaScript.
Explore
Help
Sign In
twocookedfaggots
/
go.ndb
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4
Commits
2
Branches
0
Tags
459a02c4101ce1e2521c2df5b6cd4082b6c45368
T
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
David Arroyo
459a02c410
Change Emit -> Marshal, Parse -> Unmarshal to fit in with rest of std library
2013-07-15 10:21:14 -04:00
ndb.go
Change Emit -> Marshal, Parse -> Unmarshal to fit in with rest of std library
2013-07-15 10:21:14 -04:00
read_test.go
Change Emit -> Marshal, Parse -> Unmarshal to fit in with rest of std library
2013-07-15 10:21:14 -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
Change Emit -> Marshal, Parse -> Unmarshal to fit in with rest of std library
2013-07-15 10:21:14 -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
README.md
The file is empty.
Reference in New Issue
View Git Blame
Copy Permalink
S
Description
Parser for the ndb file format
Readme
67
KiB
Languages
Go
98.2%
Starlark
1.8%