# Module contract_lex #
* [Function Index](#index)
* [Function Details](#functions)
## Function Index ##
## Function Details ##
### format_error/1 ###
`format_error(X1) -> any()`
### parse_erlang_single_expr/1 ###
`parse_erlang_single_expr(Str0) -> any()`
### reserved_word/1 ###
`reserved_word(X1) -> any()`
### string/1 ###
`string(String) -> any()`
### string/2 ###
`string(String, Line) -> any()`
### token/2 ###
`token(Cont, Chars) -> any()`
### token/3 ###
`token(X1, Chars, Line) -> any()`
### tokens/2 ###
`tokens(Cont, Chars) -> any()`
### tokens/3 ###
`tokens(X1, Chars, Line) -> any()`