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

#include "prs.h"
#include "ast.h"

AstNode read();

#endif