From a5185f4bc8f60fb2be82580e6f2d93fec53d0a33 Mon Sep 17 00:00:00 2001 From: Damien Date: Sun, 20 Oct 2013 14:41:27 +0100 Subject: Abstract out back-end stream functionality from lexer. --- unix/lexerunix.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 unix/lexerunix.h (limited to 'unix/lexerunix.h') diff --git a/unix/lexerunix.h b/unix/lexerunix.h new file mode 100644 index 0000000000..aa7631cb0b --- /dev/null +++ b/unix/lexerunix.h @@ -0,0 +1,2 @@ +py_lexer_t *py_lexer_new_from_str_len(const char *src_name, const char *str, uint len, bool free_str); +py_lexer_t *py_lexer_new_from_file(const char *filename); -- cgit v1.2.3