[Solved]How to convert Excel configurations into a DSL by MPS

Hello,

      I have made a DSL for scheduling tasks using MPS. But I have a great number of  legacy products inherited that are all excel docs.

    How can I transform this excel doc into scripts of my DSL? Reading the excel docs seems not hard, but how can I create the scripts by MPS? 

   

0
2 comments

You will need to create an import "action" that will parse the files and construct models using the smodel language.

smodel - https://confluence.jetbrains.com/display/MPSD20171/SModel+language

actions - https://confluence.jetbrains.com/display/MPSD20171/Plugin#Plugin-Actionsandactiongroups

2
Avatar
Permanently deleted user

Thank u ! @Vaclav Pech

0

Please sign in to leave a comment.