libsy
Working with strings, arrays, and slices in C can be tricky, especially because the standard library expects strings served null-terminated. While working on an interpreter, I came up with my own types for strings and slices, things to work with them and that's what I want to share in this post.