DLP - D Language Processing 0.1.0

Stefan Koch uplink.coder at googlemail.com
Wed Mar 20 13:12:51 UTC 2019


On Monday, 18 March 2019 at 18:52:10 UTC, Jacob Carlborg wrote:

> Currently it has only one command, "leaf-functions", that will 
> print all leaf functions. A leaf function is a function that 
> doesn't call any other functions or doesn't have a body.

Functions without bodies cannot be considered leaf functions as 
there are declarations which may call.


More information about the Digitalmars-d-announce mailing list