Numworks Epsilon  1.4.1
Graphing Calculator Operating System
parsenum.h File Reference
#include "py/mpconfig.h"
#include "py/lexer.h"
#include "py/obj.h"

Go to the source code of this file.

Functions

mp_obj_t mp_parse_num_integer (const char *restrict str, size_t len, int base, mp_lexer_t *lex)
 
mp_obj_t mp_parse_num_decimal (const char *str, size_t len, bool allow_imag, bool force_complex, mp_lexer_t *lex)
 

Function Documentation

◆ mp_parse_num_decimal()

mp_obj_t mp_parse_num_decimal ( const char *  str,
size_t  len,
bool  allow_imag,
bool  force_complex,
mp_lexer_t lex 
)

Definition at line 171 of file parsenum.c.

◆ mp_parse_num_integer()

mp_obj_t mp_parse_num_integer ( const char *restrict  str,
size_t  len,
int  base,
mp_lexer_t lex 
)

Definition at line 49 of file parsenum.c.