File: wisent.el.html
Here are functions necessary to use the Wisent LALR parser from Semantic environment.
Defined variables (4)
wisent-error-function | Function used to report parse error. |
wisent-lex-istream | Input stream of ‘semantic-lex’ syntactic tokens. |
wisent-lex-lookahead | Extra lookahead token. |
wisent-lexer-function | Function used to obtain the next lexical token in input. |
Defined functions (9)
define-wisent-lexer | (NAME DOC &rest BODY) |
wisent-collect-unmatched-syntax | (NOMATCH) |
wisent-compiled-grammar | (GRAMMAR &optional START-LIST) |
wisent-cook-tag | (RAW-TAG) |
wisent-lex | () |
wisent-lex-eoi | () |
wisent-parse-region | (START END &optional GOAL DEPTH RETURNONERROR) |
wisent-parse-stream | (STREAM GOAL) |
wisent-raw-tag | (SEMANTIC-TAG) |