index
:
badthing
trunk
the best scheme that i have, and that's bad enough for me
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
run.h
blob: 64484d850def6e9e8de72ba6adaa34314d89fc37 (
plain
)
1
2
3
4
5
6
7
8
#ifndef _run_h
#define _run_h
#include
"ast.h"
int
eval
(
AstNode a
);
#endif