mirror of
https://github.com/louisrubet/rpn
synced 2025-01-18 10:26:57 +01:00
Update readable files
This commit is contained in:
parent
ef405663cf
commit
38eb0cb180
2 changed files with 3 additions and 12 deletions
5
README
5
README
|
@ -5,12 +5,11 @@
|
|||
This project plans to create a clone of HP-28S calculator language,
|
||||
including at least stack, store, branch, test, trig and logs commands.
|
||||
|
||||
Following objects are managed: scalars, symbols
|
||||
Following objects are managed: scalars, symbols, binaries
|
||||
|
||||
Notes:
|
||||
- Under Linux x86_64, floating representation is 128-bit (quadruple
|
||||
precision format). Thus precision (49 digits) is much better than
|
||||
HP28S.
|
||||
precision format). Thus precision is much better than HP28S.
|
||||
|
||||
========================================================================
|
||||
Here is a list of HP28s reserved words.
|
||||
|
|
10
TODO
10
TODO
|
@ -19,18 +19,10 @@
|
|||
Windows
|
||||
- passer en Unicode ou décider
|
||||
|
||||
Entry:
|
||||
- gestion des flèches haut/bas
|
||||
- autocompletion avec tab
|
||||
- alt-R + recherche
|
||||
- entrée interactive sur plusieurs lignes
|
||||
- entrée d'une variable sans '' = rcl
|
||||
|
||||
En plus des commands hp28s:
|
||||
- print
|
||||
- alias
|
||||
- date / time
|
||||
- conversions entre bases, binaire<->ascii
|
||||
- type date, fonctions date / time
|
||||
|
||||
Etudier:
|
||||
- la grande idée: dissocier la stack data d'une stack de commande.
|
||||
|
|
Loading…
Reference in a new issue