Commit Graph

6 Commits

Author SHA1 Message Date
Sebastien Binet f61b769412 all: consolidate Func+Method 2015-07-28 11:47:55 +02:00
Sebastien Binet 43f0028eb5 bind: refactor gen{Method,Func}Body 2015-07-28 10:04:36 +02:00
Sebastien Binet 63da525aa1 bind: test hi.Person.Greet + doc(hi.Person.Greet) 2015-07-27 18:57:27 +02:00
Sebastien Binet 3be107f119 bind: introduce Struct, Func and Method
this CL introduces bind.{Struct,Func,Method} types to collect informations
about types.

- rationalize cpython type strings
- generate cgo stub functions, calling structs methods
- generate (invalid) bodyless cpython functions for struct methods
2015-07-27 18:47:18 +02:00
Justin Israel 06ec70c37d gencpy: generate and insert function signatures at start of docstring 2015-07-25 09:15:26 +02:00
Sebastien Binet 744ab46aef all: gopy-gen -> gopy 2015-07-24 16:16:31 +02:00