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