#include <mootLexfreqsCompiler.h>
Inheritance diagram for moot::mootLexfreqsCompiler:
|
Default constructor |
|
Default destructor |
|
parse n-gram parameters from a C-stream. Returns NULL on error. |
|
parse one regular expression from a C-string. Returns NULL on error. |
|
low-level parsing method: parse all remaining n-grams from the currently selected input source. |
|
low-level input selection: input from a C-stream. |
|
low-level input selection: input from a C-string. WARNING: do NOT free the string 'in' until parsing has finished! |
|
yyerror: report parse errors. |
|
Implements mootLexfreqsParser. |
|
yywarn: report parse warnings. Reimplemented from mootLexfreqsParser. |
|
objname: name to use for object when reporting errors -- default: "mootLexfreqsCompiler" Warning: no copying is performed on this string; you must alloc&free it yourself! |
|
srcname: name to use for current file when reporting errors -- default: "(unknown)" Warning: no copying is performed on this string; you must alloc&free it yourself! |
|
flex++ lexer object |