* Creates a new console instance using {@linkplain System#in standard input stream},
* {@linkplain System#out standard output stream}, {@linkplain System#err error output stream}
* and the system default line separator.
*/
public Console() {
super(new Preprocessor(new Parser()));
numberSeparator = getNumberSeparator(numberFormat);
}