fixed path to kerep
This commit is contained in:
parent
70871aa245
commit
844b8505ab
@ -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){
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user