compiler: start work on binary expressions & stuff

Reviewed-on: #7
Co-authored-by: tema5002 <tema5002@tuta.io>
Co-committed-by: tema5002 <tema5002@tuta.io>
This commit was merged in pull request #7.
This commit is contained in:
2026-06-09 20:11:29 +02:00
committed by Blendi
parent 8709efda7d
commit c29c2796d7
5 changed files with 191 additions and 62 deletions

View File

@@ -580,7 +580,6 @@ noomL_ErrorType noomL_lex(const char* s, noom_uint_t start, noomL_Token* token,
}
}
// god damn it we errorrreed
return NOOML_ERROR_UNKNOWN;
}