Method: Parser#Expr

Defined in:
lib/parser.rb

#ExprObject



30
31
32
# File 'lib/parser.rb', line 30

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