index
:
imp.git
master
IMP Interpreter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
repl.h
blob: 5e6e168cd0be4bb80adb1d397d64bb547d4d2dcc (
plain
)
1
2
3
4
5
6
7
8
#ifndef IMP_REPL_H
#define IMP_REPL_H
void
imp_repl
(
void
);
#endif
/* IMP_REPL_H */