Skip to content

cjohansson/emacs-infix-notation-calculator

Repository files navigation

Infix Notation Calculator - Emacs plugin

License GPL 3 Build Status

Calculate selected region, use the calculator mode or calculate text in the mini-buffer. All calculations are stored in a history buffer.

Generate parser

Run make admin from terminal.

Run tests

Run make test from terminal.

Activate calculator mode

Call infix-notation-calculator-mode.

In this mode press <C-return> to calculate the line you are at.

Calculate selected region

Call (infix-notation-calculator-on-region).

Calculate text in mini-buffer

Call (infix-notation-calculator-on-minibuffer).

See log of calculations

Just visit the buffer *InfixCalc History*.

Translate any string (Advanced)

Just call the function (infix-notation-calculator--translate-string).

About

Infix Notation Calculator for Emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages