#AST
Rebuilding Grep
Source code: https://github.com/hlud6646/grep-haskell
Grep seems like such an innocent tool, but it does a lot. Rebuilding it was a hard project for me and I am proud of what I have learned along the way. This post is a summary of those things. From a bird’s eye perspective:
- Developing an …