Go to the documentation of this file.
43 #ifndef LHOGHO_PARSER_H
44 #define LHOGHO_PARSER_H
55 #define TOKENIZE_DATA 0
56 #define TOKENIZE_COMMANDS 1
57 #define TOKENIZE_READWORD 2
58 #define TOKENIZE_READLIST 3
65 #define ENBAR(ch) ((ch)>127 ? (ch) : enbar[ch])
66 #define DEBAR(ch) ((ch)>31 ? (ch) : debar[ch])
68 #define ENBAR(ch) (((unsigned char)ch)>127 ? (ch) : enbar[(unsigned char)ch])
69 #define DEBAR(ch) ((ch)>31 ? (ch) : debar[(unsigned char)ch])
85 #endif //LHOGHO_PARSER_H
[ HOME | INDEX | ATOMS | VARS | REFERENCE ]
Lhogho Developer's Documentation
Wed Jul 10 2013