Initial commit
This commit is contained in:
commit
b2edca2cb4
25 changed files with 3590 additions and 0 deletions
14
common.h
Normal file
14
common.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef clox_common_h
|
||||
#define clox_common_h
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
//#define DEBUG_PRINT_CODE
|
||||
//#define DEBUG_TRACE_EXECUTION
|
||||
|
||||
#define UINT8_COUNT (UINT8_MAX + 1)
|
||||
|
||||
#endif // clox_common_h
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue