aboutsummaryrefslogtreecommitdiff
path: root/const.h
blob: 9e242c017d03bb8b119681f4cf9ba8144a007db9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#define EXP_POSTFIX     1024
#define POSTFIX_ARR     1025
#define POSTFIX_CALL    1026
#define POSTFIX_DOT     1027
#define POSTFIX_PTR     1028
#define EXP_CAST        1029
#define INITR_NORM      1030
#define INITR_ARR       1031
#define DECLR_FUNC      1032
#define DECLR_ARR       1033
#define STMT_EXP        1034
#define STMT_COMP       1035
#define STMT_IF         1036
#define STMT_WHILE      1037
#define STMT_FOR        1038
#define STMT_CONT       1039
#define STMT_BREAK      1040
#define STMT_RET        1041

#define MAX_CHDN        1024
#define MAX_DEBUG_PRINT_BUFF 1024
#define MAX_DEBUG_PRINT_LVL  1024
#define MAX_TABLE_SIZE  1021
#define MAX_ERROR_BUFF  1024
#define INT_SIZE        4
#define CHAR_SIZE       1
#define EXT_LINKAGE     1
#define NO_LINKAGE     0