Inspired by the book Nystrom, Robert. Crafting Interpreters. Genever Benning, 2021.
- fix makefile (shell gofmt)
- make all tests pass
- v0.1
- fix error message for cases (currently
unexpected EOF
)-
abc[
-
abc[a-
-
- add utf-8 support
- proper cmd arg support
- multi line support (print only the line where it matched)
- add file reading support (add option to grep from a file)
- add substitution (find and replace)
- v
- add profiling/benchmark
- add greed notion
- v