diff options
author | Damien <damien.p.george@gmail.com> | 2013-12-29 18:01:01 +0000 |
---|---|---|
committer | Damien <damien.p.george@gmail.com> | 2013-12-29 18:01:01 +0000 |
commit | de690d128bbec4f53e8a7d6149738a6facae4382 (patch) | |
tree | 817a4c8ee94b7576dbfc47cd9a5de67f7c741109 /unix/lexerunix.h | |
parent | b86e3f92932ec543788dc66948519d770d0e5bb0 (diff) | |
download | micropython-de690d128bbec4f53e8a7d6149738a6facae4382.tar.gz micropython-de690d128bbec4f53e8a7d6149738a6facae4382.zip |
Add unix-cpy, used to test Micro Python byte code against CPython.
Diffstat (limited to 'unix/lexerunix.h')
-rw-r--r-- | unix/lexerunix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/lexerunix.h b/unix/lexerunix.h deleted file mode 100644 index d86f202d53..0000000000 --- a/unix/lexerunix.h +++ /dev/null @@ -1,2 +0,0 @@ -mp_lexer_t *mp_lexer_new_from_str_len(const char *src_name, const char *str, uint len, bool free_str); -mp_lexer_t *mp_lexer_new_from_file(const char *filename); |