mirror of
https://github.com/louisrubet/rpn
synced 2025-02-06 08:46:31 +01:00
Update README
This commit is contained in:
parent
637b6d16b0
commit
7077b95568
1 changed files with 9 additions and 4 deletions
13
README
13
README
|
@ -8,12 +8,17 @@ This project plans to create a clone of HP RPN calculator language,
|
||||||
including at least stack, store, branch, test, trig and logs commands
|
including at least stack, store, branch, test, trig and logs commands
|
||||||
of HP28S RPL implementation.
|
of HP28S RPL implementation.
|
||||||
|
|
||||||
Following objects are managed: scalars, symbols, binaries, strings,
|
Following objects are managed: numbers, binaries, symbols, strings,
|
||||||
programs.
|
programs, plus keywords (ie langage commands and flow controls).
|
||||||
Scalar are in 128-bit quadruple precision format (long double).
|
|
||||||
|
The special feature of this language is to make no difference between
|
||||||
|
keywords and functions, even user functions.
|
||||||
|
|
||||||
|
Numbers (ie scalars) are in 128-bit quadruple precision format (long
|
||||||
|
double).
|
||||||
Binaries are 64-bits longwords format (long long int).
|
Binaries are 64-bits longwords format (long long int).
|
||||||
|
|
||||||
An interactive editor with autocompletion is provided (readline-based).
|
A GNU-readline-based interactive editor with autocompletion is provided.
|
||||||
|
|
||||||
Language extensions will soon be included:
|
Language extensions will soon be included:
|
||||||
- file objects and functions,
|
- file objects and functions,
|
||||||
|
|
Loading…
Add table
Reference in a new issue