Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 235 Bytes

ReadMe.md

File metadata and controls

12 lines (7 loc) · 235 Bytes

Pystykorva

  • A C++ library containing Grep-like functionality
    • Made using vanilla C++ and ICU

Design principles

  • I use PIMPL idiom a lot, because I want to hide ICU from the library headers

TODO:

  • Finish text replacing