aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scalam/m/interpretation/MatlabInterpreter.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/scalam/m/interpretation/MatlabInterpreter.scala')
-rw-r--r--src/main/scala/scalam/m/interpretation/MatlabInterpreter.scala8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/scala/scalam/m/interpretation/MatlabInterpreter.scala b/src/main/scala/scalam/m/interpretation/MatlabInterpreter.scala
new file mode 100644
index 0000000..34534e6
--- /dev/null
+++ b/src/main/scala/scalam/m/interpretation/MatlabInterpreter.scala
@@ -0,0 +1,8 @@
+package scalam
+package m
+package interpretation
+
+import ast._
+import scalax.file.Path
+
+class MatlabInterpreter(pwd: Path) extends MInterpreter("matlab -nosplash -nodesktop", pwd) \ No newline at end of file