Skip to content

Instantly share code, notes, and snippets.

@pmichaud
Created November 3, 2009 20:21
Show Gist options
  • Select an option

  • Save pmichaud/225393 to your computer and use it in GitHub Desktop.

Select an option

Save pmichaud/225393 to your computer and use it in GitHub Desktop.
PAST::Op.new(
:name('say'),
PAST::OP.new(
:name('&infix:<+>'),
PAST::Var.new( :name('$a'), :scope('lexical')),
PAST::Val.new( :value(1), :returns('Int') )
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment