Libraries
»
mgavir44-rubycalc
(0.0.2)
»
Index
»
Parser
»
#Expr
Method: Parser#Expr
Defined in:
lib/parser.rb
#
Expr
⇒
Object
28 29 30
# File 'lib/parser.rb', line 28
def
Expr
(
)
return
RestExpr
(
Term
(
)
)
end