index
:
sml
main
Compiler for Standard ML
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bytecode
/
oper.h
blob: f3bb688848eb4383369a7655a529fcb61d899e38 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
#ifndef _OPER_H_ #define _OPER_H_ #include "slice.h" void run(struct slice); #endif