expression : (('+' | '-') )*; product : (('*' | '/') )*; value : /[0-9]+/ | '(' ')'; maths : /^\\w*/ /\\w*$/;