wisent: Actions goodies

 
 3.2 Variables and macros useful in grammar actions.
 ===================================================
 
  -- Variable: wisent-input
      The last token read.  This variable only has meaning in the scope
      of ‘wisent-parse’.
 
  -- Function: wisent-lexer
      Obtain the next terminal in input.
 
  -- Function: wisent-region &rest positions
      Return the start/end positions of the region including POSITIONS.
      Each element of POSITIONS is a pair ‘(START-POS .  END-POS)’ or
      ‘nil’.  The returned value is the pair
      ‘(MIN-START-POS . MAX-END-POS)’ or ‘nil’ if no POSITIONS are
      available.