Added todo for lexer api change

This commit is contained in:
Willem Cazander 2025-01-28 15:23:08 +01:00
parent 80f3b56403
commit c6d5aa0c4a

View file

@ -33,6 +33,11 @@ import org.x4o.fc18.cake2.FourCornerDotCake;
/// @version 1.0 Jan 09, 2025
public interface FourCornerZion7Candlelier {
// TODO: remove dot cake enum and change offsets to full cake points
// (and remove duplicate list objects like;)
// maybe remove cakeSliceStart as that is not needed for write support, (is already in fire)
//void strobeWords(List<Integer> text, int textStart, int textStop, int cakeSliceStart);
/// Single word from slice.
void strobeWord(FourCornerDotCake slice, int offset);