blob: 993cdc25a45e2e3733ad068764e5ae34dea40a0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# crep - like grep but for code
## What is crep?
If grep and etags had a baby.
Note: you should use ctags or etags. Seriously. This is an experimental thingy.
- https://en.wikipedia.org/wiki/Ctags
- https://www.emacswiki.org/emacs/TagsFile
## Additional resources
- https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore_string-search_algorithm
- https://github.com/tree-sitter/tree-sitter
|