OpenModelica System Documentation

input String f; // file name. algorithm. ast := Parser.parse(f); ... omc +q Quietly run the compiler, no output to stdout. ... Using Graphviz for visualization of abstract syntax trees, can be done by giving one of the graphviz flags, and redirect the output to a file. Then run "dot –Tps filename –o … ................
................