|
Motr
M0
|
#include "xcode/ff2c/lex.h"
Go to the source code of this file.
Data Structures | |
| struct | ff2c_term |
Macros | |
| #define | __MOTR_XCODE_FF2C_PARSER_H__ |
Enumerations | |
| enum | ff2c_term_type { FNT_FF = 1, FNT_REQUIRE, FNT_DECLARATION, FNT_ATOMIC, FNT_COMPOUND, FNT_TYPENAME, FNT_TAG, FNT_ESCAPE, FNT_NR } |
Functions | |
| int | ff2c_parse (struct ff2c_context *ctx, struct ff2c_term **out) |
| void | ff2c_term_fini (struct ff2c_term *term) |
Variables | |
| const char * | ff2c_term_type_name [] |