We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03117bf commit 3649a3fCopy full SHA for 3649a3f
src/include/erbx.h
@@ -4,6 +4,8 @@
4
#include "buffer.h"
5
#include "array.h"
6
7
+#include <stdint.h>
8
+
9
void erbx_parse(const uint8_t *source, size_t length);
10
void erbx_lex_to_buffer(char* source, buffer_T* output);
11
array_T* erbx_lex(char* source);
0 commit comments