Skip to content

Commit

Permalink
Repl needs to know about the tokenizer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Jenson committed Apr 23, 2011
1 parent 3d4dc56 commit dbd03be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scala/com/saladwithsteve/lisp-p/Repl.scala
Expand Up @@ -39,7 +39,8 @@ class Repl(r: Reader) {
def this() = this(System.in)

def apply() {
import Parser._
val tokenizer = new Tokenizer()
import tokenizer._

System.out.println(PROMPT)

Expand Down

0 comments on commit dbd03be

Please sign in to comment.