Illustrates the java.io.StreamTokenizer
class and how it can be used to parse tokens
for a toy example programming language (elan)
For this example only expressions are parsed,
but lots of infrastructure is in place for parsing
a more complete language