Skip to content

Commit

Permalink
Whoops... forgot to remove some TODOs.
Browse files Browse the repository at this point in the history
  • Loading branch information
quephird committed Mar 15, 2024
1 parent 39465ee commit 2ede86b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions slox/Lox.swift
Expand Up @@ -38,7 +38,6 @@ struct Lox {
}
}

// TODO: Need to move pipeline of instantiation and invocations to centralized function
private static func runRepl() {
print("slox>", terminator: " ")
while let input = readLine() {
Expand All @@ -54,7 +53,6 @@ struct Lox {
}
}

// TODO: Need to move pipeline of instantiations and invocations to centralized function
private static func run(input: String) throws {
try interpreter.interpret(source: input)
}
Expand Down

0 comments on commit 2ede86b

Please sign in to comment.