aboutsummaryrefslogtreecommitdiff
path: root/interpreter/lex.h
blob: e6f525bfc2f53a36a01919a1eb4ca2357e6ebb98 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _H_LEX
#define _H_LEX

#include "syntax.h"

struct token_list *lex(struct token_list*, char*);

#endif