Package tech.catheu.jnotebook.evaluate
Interface Interpreter
- All Known Implementing Classes:
GreedyInterpreter,SimpleInterpreter
public interface Interpreter
-
Method Summary
-
Method Details
-
interpret
-
stop
void stop()
-
GreedyInterpreter, SimpleInterpreter