fullstack-lang / gong

Gong (go+ng) is a go sub-language that compiles to go and angular. All valid go is valid gong and vice versa. Gong enables fast development of web applications. Gong is model centric and by default, a UML diagram editor of the model is embedded in each application.
MIT License
11 stars 1 forks source link

tries for generating the go value as go source #478

Closed thomaspeugeot closed 1 month ago

thomaspeugeot commented 4 months ago

more readable and shorter stage.go files

in test

__titi_001 := &Titi{
....
}
thomaspeugeot commented 1 month ago

not doable since it is not possibile to reference a forwarded declared variable in a function (not like general variables)