/Calculax

Playing with C and ncurses :)

Primary LanguageRoff

Calculax

Header

Calculax is a simple C program acting as a interpreter

Prerequisites

Calculax has been made in C, and uses the ncurses library.

Install

$ ./configure
$ make
$ make install

Usage

> 42 + 42
> 84
> life = 42
> success!

> life + 12
> 43

Use TAB key for auto-completion of variable names

> li+[TAB]

becomes

> life

Use the keyboard arrow UP and DOWN to navigate through history