Skip to content

Commit

Permalink
Pass dumpAST into the REPL
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmay committed Feb 4, 2013
1 parent 0e747b2 commit 74048fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/org/moe/Moe.scala
Expand Up @@ -78,7 +78,7 @@ object Moe {
else {
val rest: Array[String] = cmd.getArgs()
if (rest.length == 0) {
REPL.enter(runtime)
REPL.enter(runtime, dumpAST)
} else {
// TODO: invocation arguments
val path = rest(0)
Expand Down

0 comments on commit 74048fa

Please sign in to comment.