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.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/ef115529-3a76-4d86-bfe1-7489c0ab7188%40googlegroups.com.

Reply via email to