Support hexadecimal literals

This commit is contained in:
2025-08-04 22:49:49 +02:00
parent 4b18a98581
commit 17b32b6bdd
3 changed files with 49 additions and 24 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;
}