jeff-jenness / close

Automatically exported from code.google.com/p/close
0 stars 0 forks source link

Implement 'tailcall' keyword #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What would you like added?

Tailcall builtin/keyword

How should it work?

{{{
    sub foo()
    {
        tailcall othersub(1);
    }
}}}

Please provide test cases, if possible.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by austin_h...@yahoo.com on 30 Jun 2009 at 4:49

GoogleCodeExporter commented 9 years ago

Original comment by austin_h...@yahoo.com on 12 Jul 2009 at 12:26

GoogleCodeExporter commented 9 years ago
Implemented.

Original comment by austin_h...@yahoo.com on 15 Jul 2009 at 5:42