Frege / frege-native-gen

Frege code generator for Java classes
17 stars 9 forks source link

Pull request #13: enable 'frege-native-gen -t generte.all' #31

Closed jwausle closed 8 years ago

jwausle commented 8 years ago

Enhance ‚frege-native-gen‘ cmdline:

$ frege-native-gen -c class1 -c class2 # to generate >1 class $ frege-native-gen -t generate.all # to generate all classen from generate.all as types.properties $ frege-native-gen # same as above with default: types.properties

mmhelloworld commented 8 years ago

Thanks! I have merged your pull request after making a few changes that I mentioned in the comments.

jwausle commented 8 years ago

Your welcome and thanks too:)