My third attempt at a CLI calculator. Supports functions, variables, implicit multiplication and a lot of customization options. Under 1000 LoC. Can be built with or without libreadline.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
r4 dd918e6208 set() function + userdata storage + Expr instance access for functions 7 months ago
Makefile init 7 months ago
README.md Initial commit 7 months ago
expr.c set() function + userdata storage + Expr instance access for functions 7 months ago
expr.h set() function + userdata storage + Expr instance access for functions 7 months ago
expr_config.h set() function + userdata storage + Expr instance access for functions 7 months ago
main.c init 7 months ago

README.md

qc

My third attempt at a CLI calculator. Supports functions, variables, implicit multiplication and a lot of customization options. Under 1000 LoC. Can be built with or without libreadline.