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

#include "parser.h"
#include "ast.h"

AstNode read();

#endif