Reorganising file and module structure.

This commit is contained in:
paladin 2026-06-15 12:46:25 +01:00
parent e59e340777
commit c2fea96feb
3 changed files with 19 additions and 2 deletions

View file

@ -1,4 +1,4 @@
use derive_more;
use derive_more::{Display};
// State of 'cursor' that is reading through the text stream
// todo: implement locations for the 'cursor' through Piece<T>