Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oppodelldog/asterisk
search and manipulate go AST
https://github.com/oppodelldog/asterisk
abstract-syntax-tree ast go golang
Last synced: 5 days ago
JSON representation
search and manipulate go AST
- Host: GitHub
- URL: https://github.com/oppodelldog/asterisk
- Owner: Oppodelldog
- License: mit
- Created: 2020-09-26T23:37:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T12:23:31.000Z (almost 2 years ago)
- Last Synced: 2023-07-27T22:26:51.820Z (over 1 year ago)
- Topics: abstract-syntax-tree, ast, go, golang
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://raw.githubusercontent.com/Oppodelldog/asterisk/master/LICENSE)
[![pkg.go.dev](https://img.shields.io/badge/pkg.go.dev-reference-%23007d9c.svg)](https://pkg.go.dev/github.com/Oppodelldog/asterisk)
[![Build Status](https://travis-ci.com/Oppodelldog/asterisk.svg?branch=master)](https://travis-ci.com/Oppodelldog/asterisk)
[![Go Report Card](https://goreportcard.com/badge/github.com/Oppodelldog/asterisk)](https://goreportcard.com/report/github.com/Oppodelldog/asterisk)# asterisk
> search and manipulate go AST
Search the go AST for specific patterns, select specific nodes and manipulate them.