
public class Test {

	/**
	  Parser: x
	          (x y z)
	          (x (y) z)
	          (x (y z) z)
	          (x [y z] z)
	          
	  */
	
	/* source = toLanguageInteger(2); then evaluateNumericResult then check output. */

}
