Fix bug in split and add line->byte lookup.

This commit is contained in:
2026-07-28 19:18:31 +01:00
parent 784d2736e2
commit d8a59a5f5c
4 changed files with 33 additions and 3 deletions
+2
View File
@@ -105,4 +105,6 @@ struct Vase {
flatten(b->right, out);
}
}
uint32_t offset_of(uint32_t line_number, uint32_t col);
};