How to use the Go parser package to identify types in source code

Frédéric G. MARAND 2e535a9e3f WIP typeSpec 2 years ago
.idea 0b426adbd6 First commit: locate type spec declarations. 2 years ago
parse_just_imports_in_single_file 0b426adbd6 First commit: locate type spec declarations. 2 years ago
.gitignore d9968950f3 Initial commit 2 years ago
LICENSE d9968950f3 Initial commit 2 years ago
README.md d9968950f3 Initial commit 2 years ago
decl.go 2e535a9e3f WIP typeSpec 2 years ago
expr.go 2e535a9e3f WIP typeSpec 2 years ago
go.mod 0b426adbd6 First commit: locate type spec declarations. 2 years ago
main.go 2e535a9e3f WIP typeSpec 2 years ago
parse.go 2e535a9e3f WIP typeSpec 2 years ago
stmt.go 2e535a9e3f WIP typeSpec 2 years ago

README.md

go__parsing_demo

How to use the Go parser package to identity types in source code