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.
Go to file
r4 824153a9df init 2022-08-22 23:43:21 -04:00
Makefile init 2022-08-22 23:43:21 -04:00
README.md Initial commit 2022-08-23 05:41:53 +02:00
expr.c init 2022-08-22 23:43:21 -04:00
expr.h init 2022-08-22 23:43:21 -04:00
expr_config.h init 2022-08-22 23:43:21 -04:00
main.c init 2022-08-22 23:43:21 -04:00

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.