Overview
SHA1 Hash: | 060f267779a02b1c101fec939083fac0feffaabf |
---|---|
Date: | 2010-11-20 23:29:49 |
User: | kinaba |
Comment: | fixed the bug that the first declaration inside a function cannt be recursive: def foo() { def bar() { bar() }; bar() }; foo() # bar cannot be found |
Timelines: | family | ancestors | descendants | both | trunk |
Downloads: | Tarball | ZIP archive |
Other Links: | files | file ages | manifest |
Tags And Properties
- branch=trunk inherited from [f65680e1d2]
- sym-trunk inherited from [f65680e1d2]
Changes
Modified polemy/eval.d from [84ee94a6f293fac0] to [360da420d41dfbbf]. [diff]
Added sample/macro.pmy version [827dbc8186458d43]