aboutsummaryrefslogblamecommitdiff
path: root/interpreter/lex.h
blob: 268d0e49ea25332cb93d8041f4bd1dd38e204a61 (plain) (tree)
1
2
3
4
5
6
7
8



                   
                                    
      
#ifndef _H_LEX
#define _H_LEX

#include "syntax.h"

token_list* lex(token_list*, char*);

#endif