tree-sitter-mojo
I had half an hour today, and Mojo is close enough to Python, so I forked the Python Tree Sitter grammar and got it working for mojo.
MoString - fast String concatenation for Mojo
https://github.com/dorjeduck/mostring
MoString is a simple yet fast String concatenation struct in Mojo.
The idea behind the repo is also a bit of a community experiment, wondering if people are interested in contribtung their own implementation of this task to the repo so we can explore options which might flow into the Mojo Standard at one point. Very happy to accept PRs for that....