go-parsing
litter
go-parsing | litter | |
---|---|---|
2 | 4 | |
4 | 1,544 | |
- | 1.2% | |
0.0 | 0.0 | |
about 2 years ago | 14 days ago | |
Go | Go | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
go-parsing
- Do you recommend learning go for an interpreter project?
-
Pre-commit-Golang v1.0.0-beta.1 – Now with support for running custom go tools
Say you have a single git repo with half a dozen separate, standalone modules within it (a quick example being my go-parsing library)
litter
-
TIL: panic(spew.Sdump(myVar))
I like litter, and I have a simple helper that is effectively:
-
The most helpful Go Packages
I prefer litter https://github.com/sanity-io/litter
-
Just released a maintained github.com/davecgh/go-spew/spew fork
You may also be interested in Litter, which grew out of frustrations with go-spew, and which is actively maintained. I'm one of the contributors.
-
Convert Go values to their AST
Looks like a lot like my project, Litter. Unlike Spew and the others mentioned in the readme, Litter does have a mode that produces valid Go syntax.
What are some alternatives?
ivy - ivy, an APL-like calculator
pretty - Pretty printing for Go values
lisp - Toy Lisp 1.5 interpreter
spew - Implements a deep pretty printer for Go data structures to aid in debugging
pre-commit-golang - Pre-commit hooks for Golang with support for monorepos, the ability to pass arguments and environment variables to all hooks, and the ability to invoke custom go tools.
csaf - Tools to download or provide CSAF (Common Security Advisory Framework) documents.
pyright-python - Python command line wrapper for pyright, a static type checker
utter - Implements a deep pretty printer for Go data structures to ease data snapshot creation
Crafting Interpreters - Repository for the book "Crafting Interpreters"
valast - Convert Go values to their AST
spew - Implements a deep pretty printer for Go data structures to aid in debugging
godump - Dump any GO variable with ease