index
:
fuspel
master
Simple functional programming language, rewriting an AST during interpretation
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
lex.h
blob: 61a71705676b66bb5d3addb029e26ce74c69d0ec (
plain
) (
blame
)
1
2
3
4
5
6
7
8
#ifndef _H_LEX
#define _H_LEX
#include
"syntax.h"
token_list
*
lex
(
char
*
);
#endif