Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 287 Bytes

TODO-dev.md

File metadata and controls

9 lines (6 loc) · 287 Bytes

developer's todo notes

  • Revisit regex search functions which return single result per a go.

    They should return a container of matches. We can be missing some signature hits!

        range search_function(std::string &expr, std::string &str) override