Add cancel buffer (to store cancelled operations.)

This commit is contained in:
2026-09-08 11:50:17 +01:00
parent 51676362b9
commit d6d3f31326
6 changed files with 31 additions and 19 deletions
+1
View File
@@ -188,6 +188,7 @@ void Parser::locator(AddressPromise &addr) {
token(io::Token::AddressSymbol);
advance();
end_token();
token(io::Token::Number);
addr.base = AddressPromise::Current{};
uint16_t j = 0;
uint64_t num = 0;