org.kiama.example.lambda.Evaluator
Fresh variable name generator. To keep things simple, we generate names of the form _vn where n is a unique number. These names are guaranteed not to occur in user programs, so we do not have to check for clashes.
_vn
n
Fresh variable name generator. To keep things simple, we generate names of the form
_vnwherenis a unique number. These names are guaranteed not to occur in user programs, so we do not have to check for clashes.