summaryrefslogtreecommitdiff
path: root/read.h
blob: d4c54a26ad8246db73493a6ae2f2bab79df96f99 (plain)
1
2
3
4
5
6
7
8
#ifndef _read_h
#define _read_h

#include "state.h"
#include "val.h"
Val read_expr(State *S, char *str);

#endif