Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
aae7847508e2a9555ad3276c5cd4f42b2e66686c
/
.
/
py
/
lexerunix.h
blob: d86f202d53b4a8cc350c3f2b24b6c67929412bc9 [
file
] [
log
] [
blame
]
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
);