[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?
Please sign in to leave a comment.
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
Thank u ! @Vaclav Pech