add comment

This commit is contained in:
yggverse 2024-09-04 04:14:56 +03:00
parent b2e45c7967
commit 7c844d6819

View File

@ -88,7 +88,7 @@ void History::push(
if (FOLLOW) if (FOLLOW)
{ {
index = memory.size(); index = memory.size(); // @TODO not last index, use iterator
} }
} }