libyasm/parser.h

Go to the documentation of this file.
00001 
00034 #ifndef YASM_PARSER_H
00035 #define YASM_PARSER_H
00036 
00038 typedef struct yasm_parser_module {
00040     const char *name;
00041 
00043     const char *keyword;
00044 
00049     const char **preproc_keywords;
00050 
00052     const char *default_preproc_keyword;
00053 
00055     const yasm_stdmac *stdmacs;
00056 
00066     void (*do_parse)
00067         (yasm_object *object, yasm_preproc *pp, int save_input,
00068          yasm_linemap *linemap, yasm_errwarns *errwarns);
00069 } yasm_parser_module;
00070 
00071 #endif

Generated on Thu Jul 24 01:23:31 2008 for libyasm by  doxygen 1.5.2