PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 11 forks source link

Anon functions should have human readable names in errors #74

Open PaulBone opened 6 years ago

PaulBone commented 6 years ago

Anon functions should have some kind of human-readable name so we understand why they were created. At least when presented in error messages.

PaulBone commented 5 years ago

Anon functions recently got slightly-better names, but they're still some string created by mangled information about the source location and context. De mangling should be added to make this more friendly.