Module Sexplib.Parser_with_layout

type token =
| STRING of string * (Lexing.position * string) option
| COMMENT of string * Lexing.position option
| LPAREN
| RPAREN
| EOF
| HASH_SEMI