Interpreters Demo Page

Due to the cumulative nature of this lab the three interpreters are able to understand a increasing number of commands. Interpreter1's command list includes; BLUE, RED, HELP, and EXIT. Interpreter2 is slightly more complex and adds GREEN and YELLOW to the list. Interpreter3 is the most complex and has all the previous functionality as well as the RANDOM command.

With all of this in mind all parts of this demo are from the Interpreter 3 program since it is has the most capabilities. The following is some of what the Interpreter3 program is capable of when executed from IntelliJ. The first image is the standard input box. The following images and text are the results from the following commands when entered in this order RED, RANDOM, HELP, LAMPPOST (the final one being unknown and results in an error message).

Input Box

Input Window
	  
Command "RED"
Red Dot
	  
Command "RANDOM"
Random Dot
	  
Command "HELP"
Help Window
	  
Command "LAMPPOST"
Error Window