This website requires JavaScript.
Explore
Help
Sign In
OpenSourceProjects
/
go-toml
Watch
1
Star
0
Fork
You've already forked go-toml
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
24
Commits
1
Branch
0
Tags
14
MiB
Go
97.3%
Shell
1.5%
Makefile
1.2%
a3947feea7
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Maurice Makaay
a3947feea7
Some changes to see how they reflect in godoc.
2019-05-21 13:23:30 +00:00
parsekit
Some changes to see how they reflect in godoc.
2019-05-21 13:23:30 +00:00
parser
Backup work.
2019-05-21 12:49:42 +00:00
.gitignore
Some huge refactorings before I start moving forward again. Learned a lot about Go in the meanwhile, and more ideas keep popping up to improve what I've got so far even further.
2019-05-17 19:56:55 +00:00
Makefile
Ahhhh found a name that clicked for the more general layer of the parser code: parsekit. That is short and tells me what it is. It's not a parser, but something to build parsers with. Now I could also name the actual parsing code as I would like to, namely 'toml/parser'. So it feels like the structure is settling down.
2019-05-17 22:03:10 +00:00
go.mod
Initial import, work in progress.
2019-05-15 09:00:35 +00:00
main.go
Adding a go file to the module root to make 'go get' happy.
2019-05-21 13:03:20 +00:00