Module sixtyfps_compilerlib::generator[][src]

Expand description

The module responsible for the code generation.

There is one sub module for every language

Enums

Functions

Visit each item in order in which they should appear in the children tree array. The parameter of the visitor are

Will call the handle_property callback for every property that needs to be initialized. This function makes sure to call them in order so that if constant binding need to access constant properties, these are already initialized