eliben / go-ungrammarLinks
Ungrammar implementation and API in Go
☆48Updated last year
Alternatives and similar repositories for go-ungrammar
Users that are interested in go-ungrammar are comparing it to the libraries listed below
Sorting:
- Pratt parser implementation in Go☆46Updated 3 years ago
- A port of the pikchr markup language interpreter to pure Go☆60Updated last month
- Ordered codes for database keys☆45Updated last year
- A very fast arena allocator for Go☆32Updated 3 weeks ago
- Use libsql to write unit-testable and safer SQL code in Go☆27Updated 4 years ago
- Checking Go templates for validity.☆66Updated last year
- alternative condition variable synchronization primitive☆31Updated last year
- Quick helpers for testing Go applications using generics.☆53Updated 8 months ago
- XML Tokenizer is a low-memory high performance non-namespace parser library for parsing simple XML 1.0.☆43Updated 2 weeks ago
- Generic pointer helpers☆16Updated 2 years ago
- Error helpers for Go☆17Updated last month
- Enhanced Go reflection using DWARF debug information to extract function parameter names☆55Updated 4 months ago
- An (almost) compliant XPath 1.0 library.☆48Updated last year
- strftime/strptime for Go☆18Updated 2 months ago
- Print uncovered code☆60Updated 10 months ago
- A persistent rope in Go☆89Updated 3 years ago
- 🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics☆58Updated 3 years ago
- Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)☆65Updated 3 years ago
- versatile stream IO and RPC based IPC stack for Go☆40Updated 2 years ago
- generate template FuncMap helpers to construct struct literals within a Go template☆39Updated 5 months ago
- Wrapper for simple golang preprocessors☆28Updated 8 months ago
- Persist a Go object to a JSON file☆103Updated last year
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆69Updated last year
- Optional values for Go☆104Updated 11 months ago
- A Go implementation of the Cassowary constraint solving algorithm.☆78Updated 5 years ago
- A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.☆28Updated 4 years ago
- Support for Unix domain sockets in Go HTTP clients☆84Updated 3 months ago
- Simple oauth prompting☆28Updated last year
- JSON schema support for Go programs