Class: Wood::Nodes::IntLiteral

Inherits:
Literal
  • Object
show all
Defined in:
lib/wood/nodes/literals.rb

Instance Method Summary collapse

Methods inherited from Literal

[], #sexp

Instance Method Details

#setupObject



21
22
23
24
# File 'lib/wood/nodes/literals.rb', line 21

def setup
  @type = Wood::Types::Int
  @base = base || 10
end