mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
3 lines
178 B
C
3 lines
178 B
C
void mp_parse_show_exception(mp_lexer_t *lex, mp_parse_error_kind_t parse_error_kind);
|
|
mp_obj_t mp_parse_make_exception(mp_lexer_t *lex, mp_parse_error_kind_t parse_error_kind);
|