class Parser::StaticEnvironment

def extend_static

def extend_static
  @stack.push(@variables)
  @variables = Set[]
  self
end