tree-grepper

made and submitted by brianhicks
Tree-grepper searches by looking at code structure instead of strings. This lets you match on whatever structures a language defines without worrying about whitespace! It uses tree-sitter underneath so it's easy to extend, too!

bad-datalog

made and submitted by brianhicks
a toy implemenation and playground for datalog, a logic programming language