diff options
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -94,6 +94,9 @@ val rlcp_tree(val to, val from); val regex_parse(val string, val error_stream); val lisp_parse(val source, val error_stream, val error_return_val, val name); val read_eval_stream(val stream, val error_stream, val hash_bang_support); +#if HAVE_TERMIOS +val repl(val bindings, val in_stream, val out_stream); +#endif void parser_common_init(parser_t *); void parser_cleanup(parser_t *); val parser(val stream, val lineno); |