tests
Class ParserTestDriver
java.lang.Object
tests.ParserTestDriver
public class ParserTestDriver
- extends java.lang.Object
Repeatedly prompts the user for expressions to parse and evaluate.
This style of interaction is called the read-eval-print loop and forms the
basis of most interactive programming environments.
Note: this code has an error in it.
- Author:
- former student solution, Robert C. Duvall (added comments, constants), Sara Sprenkle - modified for testing purposes
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXIT_COMMAND
public static final java.lang.String EXIT_COMMAND
- See Also:
- Constant Field Values
PROMPT
public static final java.lang.String PROMPT
- See Also:
- Constant Field Values
ParserTestDriver
public ParserTestDriver()
main
public static void main(java.lang.String[] args)