# Module contract_lex # * [Function Index](#index) * [Function Details](#functions) ## Function Index ##
format_error/1
parse_erlang_single_expr/1
reserved_word/1
string/1
string/2
token/2
token/3
tokens/2
tokens/3
## 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()`