10 lines
166 B
C
10 lines
166 B
C
#ifndef BLISP_DEFINE_H_
|
|
#define BLISP_DEFINE_H_
|
|
|
|
#define MAX_TOKEN_LENGTH 256
|
|
#define MAX_SYMBOL_LENGTH 128
|
|
#define MAX_STRING_LENGTH 512
|
|
#define MAX_ARGS 16
|
|
|
|
#endif
|