Function: wisent-lexer
wisent-lexer is a macro defined in wisent.el.gz.
Signature
(wisent-lexer)
Documentation
Obtain the next terminal in input.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/wisent/wisent.el.gz
(defmacro wisent-lexer ()
"Obtain the next terminal in input."
'(funcall wisent-parse-lexer-function))