<@U78L28DMX> Hey regarding the generating code par...
# tornadofx
n
@amanda.hinchman-dominguez Hey regarding the generating code part of your program, have a look at http://www.stringtemplate.org/ it'i a templating engine which is used by antlr to generate the parser code. I know is java an some of the api will not feel right in kotlin but you can easily write your on little wrapper DSL in kotlin so you can use the builder pattern but you don't have to write a whole templating engine from scratch 😉