Method: Parser#Expr

Defined in:
lib/parser.rb

#ExprObject



28
29
30
# File 'lib/parser.rb', line 28

def Expr() 
  return RestExpr(Term())
end