crater
crater copied to clipboard
`craterbot grep` to just search for patterns in the complete corpus of code
Sometimes, it would suffice to see if a code pattern exists, without having to actually run the compiler in check mode. That would be much faster, and would often provide enough information for at least preliminary evaluation of a proposal. I'd love to have a craterbot grep 'some pattern here' command.