top | item 46413740

(no title)

icsa | 2 months ago

How well does this approach work with C++ source code - which is notoriously difficult to parse, given context-dependent semantics?

discuss

order

marwamc|2 months ago

shebe asks the simple question: "where does this symbol appear as text?". For C++ codebases that heavily use templates and macros, shebe will struggle. But I'm curious how it would actually perform, so I'm currently performing a search on https://gitlab.com/libeigen/eigen. Will report the results shortly.