add state to lexer for parrellel support

This commit is contained in:
2025-05-27 04:07:53 +01:00
parent 1540645759
commit 296600ee11
5 changed files with 55 additions and 28 deletions

View File

@@ -1,9 +1,4 @@
#include "string/string.h"
#include "number/number.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "lexer/lexer.h"
void initialize() {