markscottwright / srch

A Standard C++ implementation of ACK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Standard C++ implementation of ACK

Ack is an amazing program, but the dependency on Perl is annoying, especially on Windows. C++ 14 should have everything we need to implement Ack in standard and portable C++.

Although, it looks like is C++ 17, not C++ 14. It appears that recent gcc release have it, and Visual Studio 13 does.

TODO

  • catch.hpp unit tests
  • Documentation
  • Complete language types
  • Config from rc, environment variables
  • Change arguments from multiple patterns to
  • CMake build instead of .bat file
  • Add --type= options in addition to --type option

About

A Standard C++ implementation of ACK


Languages

Language:C++ 99.4%Language:Batchfile 0.6%