uplift bdk

Signed-off-by: Damien Zhao <zdm65477730@126.com>
This commit is contained in:
Damien Zhao
2024-10-21 16:21:40 +08:00
parent cd38dbc1ae
commit 22b1fda1d5
64 changed files with 1289 additions and 808 deletions

View File

@@ -146,7 +146,7 @@ Vector_t runLexer(const char* in, u32 len) {
if (negative)
parse *= -1;
vecAddElement(&vec, makeLexarToken(IntLit, parse));
vecAddElement(&vec, makeLexarToken(IntLit, (char *)parse));
continue;
}
ELIFC('(') {