Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CGenerator ¶
type CGenerator struct { GenTypes *util.OrderedMap[string, *GeneratedType] GenStack *util.OrderedMap[string, any] }
func NewCGenerator ¶
func NewCGenerator() *CGenerator
func (*CGenerator) Generate ¶
func (g *CGenerator) Generate(unit *definition.CompilationUnit) (string, error)
type GeneratedType ¶
Click to show internal directories.
Click to hide internal directories.