Module Scripting.LexerSource

Sourcetype lex_token =
  1. | PartialToken of string * Errors.Lexing_l.t
  2. | Token of Parser.token * string