Query Parser Callstack

"Nordlöw" via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Sep 1 14:00:44 PDT 2014


Are there some nice traits or internals to query the current call 
stack for address or perhaps even their (mangled) names. I'm 
mostly interested in using this to detect infinite recursions in 
my recursive descent parser. This provided that my parser slice 
hasn't changed since last call to the same function.


More information about the Digitalmars-d-learn mailing list