added error descr storing into tccomp

This commit is contained in:
Олег Бородин
2025-10-18 16:31:44 +02:00
parent bd89591945
commit a9541628be
15 changed files with 95 additions and 27 deletions

View File

@@ -11,12 +11,8 @@
#include <cllexer.h>
#include <clcomp.h>
#include <xdebug.h>
#ifdef DEBUG
#define DPRINTF(str, ...) printf(str, __VA_ARGS__)
#else
#define DPRINTF(str, ...) ((void)0)
#endif
static char* strcopy(char* src) {
size_t srcsize = strlen(src) + 1;