Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 311 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 311 Bytes

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