Skip to content

Releases: goplus/gogen

Release v0.2.2

04 Jul 23:24
Compare
Choose a tag to compare
  • interface type

Release v0.2.1

04 Jul 06:52
Compare
Choose a tag to compare
  • github workflows
  • gox.Package.NewFuncWith

v0.2.0

02 Jul 19:25
Compare
Choose a tag to compare

Supported features:

  • define & call functions
  • closure
  • assign
  • binary/unary operator
  • infer types of variables (by AssignStmt)
  • import Go packages

v0.1.1

06 Mar 10:13
Compare
Choose a tag to compare

New package: github.com/goplus/gox

v0.1.0

06 Mar 04:56
Compare
Choose a tag to compare

Initial specification of code generator for the Go language.