Package easyIO

This package supports easier and more powerful I/O. The main classes to know about are:
  • StdIO: easy input from and output to the console.
  • Scanner: powerful scanning with arbitrary lookahead and rollback.
  • Regex: regular expression support for Scanner.
Author:
Andrew Myers