summaryrefslogtreecommitdiff
path: root/run.h
blob: 155b59b42acd069d18ee01c8a5f117d91bef7e74 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _run_h
#define _run_h

#include "ast.h"
#include "ht.h"


int eval(Env *s, AstNode a);

#endif