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.
|
7 months ago | |
---|---|---|
Makefile | 7 months ago | |
README.md | 7 months ago | |
expr.c | 7 months ago | |
expr.h | 7 months ago | |
expr_config.h | 7 months ago | |
main.c | 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.