Support hexadecimal literals

This commit is contained in:
2025-08-04 22:49:49 +02:00
parent 4b18a98581
commit b18effbdd8
3 changed files with 282 additions and 235 deletions

View File

@@ -117,7 +117,7 @@ namespace elna::boot
}
++current_position;
}
result.pop_back();
result.pop_back(); // Remove the terminating quote character.
return result;
}