GoalDSL Transformation

WebDSL also supports transforming GoalDSL into WebDSL models. To transform a GoalDSL model into a WebDSL model, execute:

webdsl transform goaldsl <goal_dsl_file> <output_file>

If the GoalDSL file is valid, the generated WebDSL model will be placed in the specified output directory with the specified file name. If no output dir is provided, the code will be generated in the current directory.