gotype
Code parser
A tool for parsing and manipulating Golang source code at compile-time
Golang source code parsing, usage like reflect package
61 stars
6 watching
7 forks
Language: Go
last commit: about 2 months ago
Linked from 2 awesome lists
astgometaprogrammingrefactorreflect
Related projects:
Repository | Description | Stars |
---|---|---|
txgruppi/parseargs-go | A string argument parser for Go that handles quoted arguments and flags as simple strings. | 10 |
xxjwxc/public | A comprehensive utility package for Go programmers | 175 |
akupila/go-wasm | A tool that reads and parses WebAssembly binary files | 132 |
fergstar/go-parse | A Go client library providing a set of pre-built services to interact with the Parse API. | 1 |
wlevene/ini | A Go library for parsing and manipulating INI configuration files | 15 |
wing924/shellwords | A library to manipulate strings according to UNIX Bourne shell word parsing rules | 24 |
gobwas/glob | A Go library for efficient string matching using compile-time glob patterns. | 961 |
go-playground/form | A Go package for encoding and decoding URL parameters into structured data types | 773 |
z7zmey/php-parser | A Go-based parser for PHP syntax that generates an abstract syntax tree (AST) representation of source code. | 941 |
elgs/gojq | A Go library for querying and manipulating JSON data | 191 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,032 |
mafulong/godal | Tools for generating Golang code from SQL definitions | 18 |
rocketlaunchr/igo | A tool that improves the Go programming language by providing syntactical sugar and tools to make code simpler and easier to read. | 66 |
gosimple/slug | Tools for creating URL-friendly strings from Unicode input | 1,171 |
azr/generators | Automates the generation of boilerplate code for common Go applications | 5 |