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.
- Query Parser Callstack Nordlöw
- Re: Query Parser Callstack Kagamin via Digitalmars-d-learn
- Re: Query Parser Callstack Gary Willoughby via Digitalmars-d-learn
- Re: Query Parser Callstac... Nordlöw