Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 545 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 545 Bytes

grep-but-worse

Literally a worse version of grep. Wouldn't ever use this but was a nice lesson in learning more about grep as well as recursive functions.

If you really want to use this...

Clone the repo and just compile with g++ or clang. Move the executable to your path if you reallyyyy want to use this piece of s***.

Next steps

  • Get backreferences working
  • Multiple backreferences
  • Nested backreferences

Huge thanks to:

https://app.codecrafters.io

Helped with knowing where to start and had nice tests.