aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scalam/m/interpretation/OctaveInterpreter.scala
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2012-10-30 21:48:46 +0100
committerJakob Odersky <jodersky@gmail.com>2012-10-30 21:48:46 +0100
commita93a86db7ad1839605448f9532ac96300785a59e (patch)
treeb45a754e99ff093b324353d2e0be412df6182d51 /src/main/scala/scalam/m/interpretation/OctaveInterpreter.scala
parent215fbe731743e8f38a3a62cb1b83ab03ae32f6b6 (diff)
downloadscalam-a93a86db7ad1839605448f9532ac96300785a59e.tar.gz
scalam-a93a86db7ad1839605448f9532ac96300785a59e.tar.bz2
scalam-a93a86db7ad1839605448f9532ac96300785a59e.zip
move interpreters to seperate package
Diffstat (limited to 'src/main/scala/scalam/m/interpretation/OctaveInterpreter.scala')
-rw-r--r--src/main/scala/scalam/m/interpretation/OctaveInterpreter.scala9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/scala/scalam/m/interpretation/OctaveInterpreter.scala b/src/main/scala/scalam/m/interpretation/OctaveInterpreter.scala
new file mode 100644
index 0000000..c55166b
--- /dev/null
+++ b/src/main/scala/scalam/m/interpretation/OctaveInterpreter.scala
@@ -0,0 +1,9 @@
+package scalam
+package m
+package interpretation
+
+import ast._
+import scalax.file.Path
+
+
+class OctaveInterpreter(pwd: Path) extends MInterpreter("octave", pwd) \ No newline at end of file