1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-09 21:51:48 +00:00
TegraExplorer/source/script/lexer.h

6 lines
149 B
C
Raw Normal View History

2020-12-28 13:51:59 +00:00
#pragma once
#include "types.h"
Vector_t runLexer(const char* in, u32 len);
2020-12-28 13:51:59 +00:00
char lexarDebugGetTokenC(u8 tokenN);
void lexarVectorClear(Vector_t *v);