[ANN] grugen: a code generator for control break logic

68 views
Skip to first unread message

HaWe

unread,
Dec 3, 2019, 6:35:01 AM12/3/19
to golang-nuts
At work back in the 80s and 90s we used a 4GL developement tool (with name Delta/ADS) to generate Cobol code. The most frequently used part of it was a generator fo control break logic, meaning Cobol programs that processed sorted sequential input data.

Now I built something similar (simpler) for Go - and it was quite easy with text/template:
https://github.com/hwheinzen/grugen

Hopefully it's of use for someone. Comments welcome.

Reply all
Reply to author
Forward
0 new messages