rpn/README

22 lines
748 B
Text
Raw Normal View History

========================================================================
rpn28s Project Overview
========================================================================
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, strings, programs.
TBD: C99 long double floating point data type (128 ? 80 bits ?)
is used for scalars.
2014-02-11 14:33:13 +01:00
========================================================================
Other standard files:
2014-02-11 14:33:13 +01:00
README
TODO
2014-02-11 14:33:13 +01:00
========================================================================
Other notes:
2014-02-11 14:33:13 +01:00
========================================================================