Module Core.Parser

type token =
| SEMICOLON
| RCROCH
| RBRACKET
| LCROCH
| LBRACKET
| ID of string
| EOF
| COMMA
exception Error
val properties : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Properties.t