aboutsummaryrefslogtreecommitdiff
path: root/src/inc/parser.h
blob: c46ead1779376228f22b09097a60a21d49ded182 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef LEXER_H
#define LEXER_H

#include <def.h>

u8 parse(char *buf, u32 size);

#endif