Initial commit
This commit is contained in:
commit
b2edca2cb4
25 changed files with 3590 additions and 0 deletions
10
debug.h
Normal file
10
debug.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef clox_debug_h
|
||||
#define clox_debug_h
|
||||
|
||||
#include "chunk.h"
|
||||
|
||||
void disassembleChunk(Chunk* chunk, const char* name);
|
||||
int disassembleInstruction(Chunk* chunk, int offset);
|
||||
|
||||
#endif // clox_debug_h
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue