aboutsummaryrefslogtreecommitdiff
path: root/interpreter/parse.h
blob: 39f74e06b8387817551873c75515ca8f47cb7c99 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _H_PARSE
#define _H_PARSE

#include "syntax.h"

fuspel* parse(token_list*);

#endif