RML to MetaModelica translator ------------------------------ - unpack - fix the makefile to point to your rml - make - go to ../rml-files - put the latest .rml files in there - fix rml-files/rdball.sh rml-files/trall.sh - run ./rdball.sh ; trall.sh to make the .mo files - beware that if you change a .rml file you need to run rdball again as rml variables are mapped to ranges between positions in file in order to obtain info about their type. - it took about 10 minutes to generate the .mo files, but i hacked some optimization and on my computer now it takes about 100 seconds. - How comments are handled is more of a mistery look into parser.y getComments, getFrontComments and how they are called to pe set inside RML AST. Here is Emil's report. It say something about comments but not too much. http://www.ida.liu.se/~adrpo/exjobb/RML2MetaModelica/Report.pdf Adrian/