newrpl/newrpl
2016-03-11 15:24:07 -05:00
..
contrib/mpdecimal-2.4.0 Cleanup warnings - work in progress. 2015-05-21 22:17:09 -04:00
docs Fixed bug in Fraction Simplification with approx. numbers 2016-03-02 15:43:55 -05:00
rpl-objects Replaced Angstrom symbol with U+00C5 2016-01-26 19:56:52 -05:00
arithmetic.c Added NEXTPRIME (work in progress), improved command execution in menus. 2015-12-15 17:37:08 -05:00
arithmetic.h Major code cleanup - builds almost without warnings. 2016-01-08 12:43:43 -05:00
atan_1_8_comp.c Added copyright notice to all files. 2015-08-28 08:34:26 -04:00
atan_1_comp.c Massive directory reorganization. 2015-03-05 14:35:35 -05:00
atan_2_8_comp.c Added copyright notice to all files. 2015-08-28 08:34:26 -04:00
atan_2_comp.c Massive directory reorganization. 2015-03-05 14:35:35 -05:00
atan_5_8_comp.c Added copyright notice to all files. 2015-08-28 08:34:26 -04:00
atan_5_comp.c Massive directory reorganization. 2015-03-05 14:35:35 -05:00
atanh_1_8_comp.c Added copyright notice to all files. 2015-08-28 08:34:26 -04:00
atanh_1_comp.c Massive directory reorganization. 2015-03-05 14:35:35 -05:00
atanh_2_8_comp.c Added copyright notice to all files. 2015-08-28 08:34:26 -04:00
atanh_2_comp.c Massive directory reorganization. 2015-03-05 14:35:35 -05:00
atanh_5_8_comp.c Added copyright notice to all files. 2015-08-28 08:34:26 -04:00
atanh_5_comp.c Massive directory reorganization. 2015-03-05 14:35:35 -05:00
autocomplete.c Major code cleanup - builds almost without warnings. 2016-01-08 12:43:43 -05:00
backup.c Major code cleanup - builds almost without warnings. 2016-01-08 12:43:43 -05:00
cmdcodes.h More work but still broken for build. 2016-01-06 19:31:41 -05:00
common-macros.h More progress on command extraction. 2016-01-06 18:43:28 -05:00
compiler.c Finished algebraic local construct. 2016-03-02 12:42:22 -05:00
cordic_K_8_comp.c Added copyright notice to all files. 2015-08-28 08:34:26 -04:00
cordic_K_comp.c Massive directory reorganization. 2015-03-05 14:35:35 -05:00
cordic_Kh_8_comp.c Added copyright notice to all files. 2015-08-28 08:34:26 -04:00
cordic_Kh_comp.c Massive directory reorganization. 2015-03-05 14:35:35 -05:00
datastack.c Added more RPL internal info to exception handlers. 2016-01-30 10:20:18 -05:00
decimal.c Fixed double dot bug. 2016-03-08 11:38:34 -05:00
decimal.h Major code cleanup - builds almost without warnings. 2016-01-08 12:43:43 -05:00
dectranscen.c Fixed bug in atan2(0,0) 2016-01-23 13:47:58 -05:00
directory.c Improved error handling. Improved decompiling of THENERR, ENDIF, etc. 2016-01-30 12:16:02 -05:00
errorcodes.h Added COPY/PASTE. 2016-01-28 17:48:34 -05:00
errors.c Improved evaluation of exact vs approx. functions 2015-09-01 11:47:31 -04:00
gc.c Added more RPL internal info to exception handlers. 2016-01-30 10:20:18 -05:00
hal.c More 64-bit compatibility fixes. 2015-03-28 13:13:27 -04:00
hal.h Major code cleanup - builds almost without warnings. 2016-01-08 12:43:43 -05:00
include-all.h More work but still broken for build. 2016-01-06 19:31:41 -05:00
io_substring.c Fixed exponent string conversion bug. 2015-06-07 22:22:59 -04:00
lam.c Added more RPL internal info to exception handlers. 2016-01-30 10:20:18 -05:00
lib-20-comments.c Finished standalone compiler. Added strip-comments flag. 2016-01-11 10:29:36 -05:00
lib-24-string.c Removed all references to string.h functions. Now builds with no problems on GCC and Clang, on x86, amd64 and ARM 2016-01-08 15:04:48 -05:00
lib-28-dirs.c Major code cleanup - builds almost without warnings. 2016-01-08 12:43:43 -05:00
lib-30-complex.c Added complex square roots 2016-02-26 14:36:58 -05:00
lib-32-lam.c Enabled auto-off by default. 2016-03-11 15:24:07 -05:00
lib-52-matrix.c Additional warning removal on older gcc. 2016-01-08 14:13:24 -05:00
lib-54-units.c Fixed bad use of DecompAppendString2. 2016-02-03 09:23:11 -05:00
lib-56-symbolic.c Added ->Q command. 2016-03-02 17:19:32 -05:00
lib-62-lists.c Added list support to all trig functions. 2016-03-08 12:09:27 -05:00
lib-64-arithmetic.c Fixed bug in XPON. 2016-02-04 12:08:24 -05:00
lib-65-system.c Finished automatic Opcode extraction. Project builds again. 2016-01-07 14:00:45 -05:00
lib-66-transcendentals.c Added list support to all trig functions. 2016-03-08 12:09:27 -05:00
lib-68-flags.c Added CUTCLIP. Changed COPYCLIP behavior to keep the object in the stack. 2016-01-29 21:53:29 -05:00
lib-70-binary.c Finished automatic Opcode extraction. Project builds again. 2016-01-07 14:00:45 -05:00
lib-72-stack.c Finished automatic Opcode extraction. Project builds again. 2016-01-07 14:00:45 -05:00
lib-4080-localenv.c Added support for algebraic local construct (work in progress). 2016-02-29 18:20:25 -05:00
lib-4090-overloaded.c Finished automatic Opcode extraction. Project builds again. 2016-01-07 14:00:45 -05:00
lib-common.c Additional warning removal on older gcc. 2016-01-08 14:13:24 -05:00
lib-eight-docol.c Added support for algebraic local construct (work in progress). 2016-02-29 18:20:25 -05:00
lib-header.h Major code cleanup - builds almost without warnings. 2016-01-08 12:43:43 -05:00
lib-nine-docol2.c Improved error handling. Improved decompiling of THENERR, ENDIF, etc. 2016-01-30 12:16:02 -05:00
lib-ten-reals.c Fixed bad use of DecompAppendString2. 2016-02-03 09:23:11 -05:00
lib-twelve-bint.c Fixed bad use of DecompAppendString2. 2016-02-03 09:23:11 -05:00
lib-two-ident.c Major code cleanup - builds almost without warnings. 2016-01-08 12:43:43 -05:00
libraries.h Added support for algebraic local construct (work in progress). 2016-02-29 18:20:25 -05:00
LICENSE.txt Massive directory reorganization. 2015-03-05 14:35:35 -05:00
lists.c More progress on error system 2015-08-27 17:43:27 -04:00
main.cpp Added project to compile 50g firmware 2015-03-28 19:02:03 -04:00
Makefile Massive directory reorganization. 2015-03-05 14:35:35 -05:00
matrix.c Major code cleanup - builds almost without warnings. 2016-01-08 12:43:43 -05:00
newRPL-base.pro Ranamed utf8 API + fixed compiler for UTF8 compliance. 2015-05-03 21:57:58 -04:00
newrpl.h Added support for algebraic local construct (work in progress). 2016-02-29 18:20:25 -05:00
README.txt Massive directory reorganization. 2015-03-05 14:35:35 -05:00
returnstack.c Added more RPL internal info to exception handlers. 2016-01-30 10:20:18 -05:00
romlibs.c More work but still broken for build. 2016-01-06 19:31:41 -05:00
romlibs.h Finished reworking all library code 2016-01-07 12:49:58 -05:00
runstream.c Improved error handling. Improved decompiling of THENERR, ENDIF, etc. 2016-01-30 12:16:02 -05:00
sanity.c Replaced Angstrom symbol with U+00C5 2016-01-26 19:56:52 -05:00
symbolic.c Fixed bug in Fraction Simplification with approx. numbers 2016-03-02 15:43:55 -05:00
sysvars.c Fixed decompiler bug introduced with Unit support 2015-12-03 21:29:00 -05:00
sysvars.h Major code cleanup - builds almost without warnings. 2016-01-08 12:43:43 -05:00
tempob.c Added more RPL internal info to exception handlers. 2016-01-30 10:20:18 -05:00
transcendentals.c Added speed management. Fixed precision bug in trig_sincos 2015-05-31 14:07:00 -04:00
units.c Added support for algebraic local construct (work in progress). 2016-02-29 18:20:25 -05:00
utf8data.c Changed all commands to use Unicode symbols 2015-05-03 18:22:52 -04:00
utf8lib.c Major code cleanup - builds almost without warnings. 2016-01-08 12:43:43 -05:00
utf8lib.h Added STRIPCOMMENTS, CHR and NUM 2015-11-20 11:47:33 -05:00

LEGAL:
------

This program in its entirety is released under the license present in the file LICENSE.txt.

This program is linked against a modified version of the mpdecimal library, which is copyrighted
by its original author and is redistributed here in compliance with the original license that follows:

/*
 * Copyright (c) 2008-2016 Stefan Krah. All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 *
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 *
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 *
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 */


WHAT THIS DEMO IS AND IS NOT:
----------------------------

This is a console application with a rudimentary user interface intended for testing purposes only.
This demo does not represent in any way the final user interface.

HOW TO USE IT:
-------------

The demo will show a familiar stack interface and a prompt. In the prompt, familiar RPL commands
can be typed. Special symbols can be typed simply expanded with normal characters per this list:

<< as two 'less than' symbols
>> as two 'greather than' symbols
-> as a 'minus' and a 'greater than'
(square root) as the command SQRT

To end a session, enter an empty line and will be asked confirmation to quit.

Operators have to be entered in the prompt and ENTER pressed, there's no single-keystroke
operation in this demo.

THINGS TO TRY IN THIS VERSION:
-----------------------------
* Basic numeric operations:
    This follows the familiar set of commands, with the exception of SQRT for the square root symbol.
* Basic stack operations
    Not all stack operations are implemented yet, but the most common ones are available.
* Global variables and directories
    The behavior follows the conventions: unquoted names will be RCL'd and EVAL'd automatically. Quoted
    names have to be explicitly RCL'd (and explicitly EVAL'd as needed).
    Variables RCL'd will be searched for in the current directory and all its parents.
    Variables STOred will be stored in the current directory only.
* Local variables
    The behavior follows the conventions: unquoted names will be RCL'd and EVAL'd automatically. Quoted
    names have to be explicitly RCL'd (and explicitly EVAL'd as needed).
    Variables vanish as they reach the end of their scope, as follows:
    - Variables created with the -> operator exist only within the defined << >> delimiters.
    - Variables created with LSTO within a secondary, only exist within that secondary and after the
      initial creation statement.
    - Variables created within loops will exist only within that loop
    - Variables created within a secondary will be available to all inner secondaries or external programs
      called by the creating program.
* Directories
    Normal behavior.
* Loops
    Normal behavior
* Flow control statements
    Nothing new here
* Secondaries
    There's two kinds of secondaries: normal programs use << >> delimiters, and will be pushed on the stack
    when reached within another secondary, then they must be EVAL'd explicitly for execution. The direct-execution
    secondaries use the :: ; delimiters, and when included within a secondary they will be executed directly
    and never pushed to the stack. They otherwise work as a normal secondary.
    Notice that normal secondaries will be EVAL'd automatically if they are stored in a variable, when that
    variable name is used unquoted.
* Lists
    List objects are created, but no list operations are implemented yet.
* Numbers
    Integers and real numbers are interchangeable. The compiler decides when a number is an integer and will
    automatically compile as an integer or real. From the user's perspective there's only numbers.
    Integers in bases other than 10 can be used:
        #10d is a decimal 10
        #10h is a hexadecimal number
        #10b is a binary number
        #10o is an octal number
    By default a number will be in decimal base. Real numbers can only be in decimal base. The base is a
    property of the number (rather than a system setting), and will be retained by operators when possible.
    This means a numbers in different bases can coexist in the stack. Operating on a number with a base will
    try to keep the base of the original number, even if the second operand is in a different base.
    Mixed based operations are performed correctly.
    A division might convert the number to a real number if the division result is not an integer. In that case
    the result will always be in base 10.
    Integers are signed 64-bit numbers, and an overflow will automatically convert to a real number, there is
    no wrap around. In that case the base will be changed to 10.