Check-in [060f267779]
Not logged in
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
Changes

Modified polemy/eval.d from [84ee94a6f293fac0] to [360da420d41dfbbf].    [diff]

Added sample/macro.pmy version [827dbc8186458d43]