//
pkg.gl
Category
github.com/pagran/go-ssa2ast
repository
package
0.0.0-20230610131053-86598ce27d99
Repository:
https://github.com/pagran/go-ssa2ast.git
Documentation:
pkg.go.dev
Overview
Dependencies
13
Dependents
0
#
README
go-ssa2ast
An experimental implementation of converting from
go/ssa
back to
go/ast
Known problems:
Convert breaks "lazy"
for range
for map to go because there is no publicly available iterator for map
Generics not tested