Tbsp – treesitter-based source processing language

Akshay recently made several updates to the master branch of the project, including adding lists and index expressions. One controversial change was storing nodes as usize, which sparked some debate. Additionally, Akshay added useful features like string::substr and a trawk CLI. Surprisingly, the author is only 9 days old in terms of commit history. The project also includes a comprehensive readme with usage and a roadmap, along with examples to help users get started. One unique aspect is the rename from trawk to tbsp, a clever play on words. Overall, Akshay has been busy improving and expanding the project.

https://git.peppe.rs/languages/tbsp/

To top