Skip to content
/ go-ast Public

基于 ast 解析,获取 go 源码的所有 top decl,并且输出为 DSL

Notifications You must be signed in to change notification settings

obgnail/go-ast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-ast

基于 ast 解析,获取 go 源码的所有 top decl,并且输出为 DSL(领域特定语言)

  • package
  • import
  • const
  • var
  • alias
  • func

Bug 很多,这份代码本身就是源于定制化很高的项目。

About

基于 ast 解析,获取 go 源码的所有 top decl,并且输出为 DSL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages