NONE = '.*' : 'expected anything' # definition of NONE
NUMERIC = "0|[1-9][0-9]*" : "expected a number" # definition of NUMERIC
