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
/
dis.h
blob: 47aff6228cce85b54548c5f7a556ce6c624ee9f3 (
plain
)
1
2
3
4
5
6
7
8
#ifndef _dis_h
#define _dis_h
#include
"vm.h"
void
disasm_chunk
(
Chunk
*
ch
);
#endif