fixed path to kerep

This commit is contained in:
timerix 2023-01-15 23:48:23 +06:00
parent 70871aa245
commit 844b8505ab
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#include "cb2c.h" #include "cb2c.h"
#include "../../../kerep/src/String/StringBuilder.h" #include "../../kerep/src/String/StringBuilder.h"
void namespaceToC(NamespaceContext* context, StringBuilder* b){ void namespaceToC(NamespaceContext* context, StringBuilder* b){

View File

@ -1,6 +1,6 @@
#pragma once #pragma once
#include "../../../kerep/src/base/base.h" #include "../../kerep/src/base/base.h"
#include "tokens.h" #include "tokens.h"
typedef struct ContextStruct Context; typedef struct ContextStruct Context;

View File

@ -1,5 +1,5 @@
#include "lexer.h" #include "lexer.h"
#include "../../../kerep/src/String/string.h" #include "../../kerep/src/String/string.h"
typedef struct SharedLexerData{ typedef struct SharedLexerData{
char* _source; char* _source;

View File

@ -1,7 +1,7 @@
#pragma once #pragma once
#include "../../../kerep/src/Autoarr/Autoarr.h" #include "../../kerep/src/Autoarr/Autoarr.h"
#include "../../../kerep/src/SearchTree/SearchTree.h" #include "../../kerep/src/SearchTree/SearchTree.h"
typedef enum TokenId{ typedef enum TokenId{
// base types // base types