amoghskulkarni / WebGME-MOCA

A domain-specific modeling language for running analyses on manufacturing process models
2 stars 0 forks source link

Segregate MOCA code generator plugin logic into multiple files to make it more manageable #6

Closed amoghskulkarni closed 6 years ago

amoghskulkarni commented 7 years ago

Right now it's one big bulky file and it can be modularized more

amoghskulkarni commented 7 years ago

40d7db2e29c7e334781491760e5c39bd9a65d1e0 Started working on segregating the MOCA generator code - separated code generation logic from interpreter plugin.

amoghskulkarni commented 6 years ago

6033156f4da059055fb33c606fec16f500f366fa Completed working on segregating the MOCA generator code - separated interpreter logic from MOCACodeGenerator class. More testing for ensuring smooth working is required.