[BUG] Repaired types on some parameters.

[FEAT] Implemented struct, still testing.
[FEAT] Implemented var, still testing.
This commit is contained in:
2021-05-04 10:24:35 +02:00
parent c99d5ab781
commit 567710779a
10 changed files with 96 additions and 27 deletions

View File

@@ -118,7 +118,7 @@ static void tkn_do_next() {
if (CCHR == '%') { NEXT; current_token = TOKEN_MOD; return; }
if (CCHR == 39) { NEXT; current_token = TOKEN_REM; while (CCHR != 0 && CCHR != 10) { NEXT; }; return; }
// Per a agafar numeros en hexadecimal o binari, heretat de PaCO, no se si li fa falta a JailScript
// Per a agafar numeros en hexadecimal o binari, heretat de PaCO, no se si li fa falta a JailBasic
/*if (CCHR == '&') {
NEXT;
if ((CCHR | 32) == 'h') {