Commit graph

28 commits

Author SHA1 Message Date
claudio
bc651562e3 Massive directory reorganization. 2015-03-05 14:35:35 -05:00
claudio
6170e84d43 Added proper circular reference detection
EVAL is now different from EVAL1
2015-01-15 13:56:34 -05:00
claudio
106b5bd146 Added EVAL1 and ->NUM operators. 2015-01-03 14:08:57 -05:00
claudio
1324b14372 Fixed Stack protection with stack snapshot feature. 2014-12-19 14:27:54 -05:00
claudio
df43d8138e Added Stack Snapshot feature.
Demo uses snapshots as UNDO levels.
Fixed zero-length token bug during compile.
2014-12-17 22:09:36 -05:00
claudio
ba11a5d121 Fixed bug in LAM environments within START loops. 2014-11-01 21:07:53 -04:00
claudio
b402679866 Fixed regression in STO. 2014-10-30 13:56:31 -04:00
claudio
7a493ebdbf Fixed memory leak. 2014-08-16 17:13:05 -04:00
claudio
6f33b3a7ae Modified compiler to auto-split tokens
Added basic complex number compile/decompile support.
2014-06-18 09:35:43 -04:00
claudio
53af38da53 Added basic support for settings.
Fixed: Local names within a list should not be compiled to GETLAMN
2014-06-16 21:19:51 -04:00
claudio
3b646e8102 Modified compiler to use string length parameter
Added ->STR and STR-> commands.
2014-06-13 14:14:52 -04:00
claudio
c7da19d0b5 Fixed GC bug during decompile. 2014-06-12 23:30:56 -04:00
claudio
25164ac344 Finished DOLIST. 2014-06-03 22:03:33 -04:00
claudio
64e85bbf6d Fixed precision of SIN/COS/TAN for small angles 2014-05-22 21:06:17 -04:00
claudio
da143ea4b4 Added license notice 2014-05-21 13:47:14 -04:00
claudio
45a94a49b3 Added PICK.
Fixed ATAN number of arguments.
2014-05-18 07:45:05 -04:00
claudio
799e0c677c Fixed overloadable operators behavior.
Fixed STO into parent directories behavior.
Added rudimentary user interface.
2014-05-17 22:05:35 -04:00
claudio
2e104c4cc6 Added SINH and COSH 2014-05-16 21:29:17 -04:00
claudio
a041fe9b2a Added ln() function 2014-05-15 08:20:12 -04:00
claudio
62ca096595 Added small number support for atanh()
Added user-exposed ATANH command.
2014-05-13 13:59:32 -04:00
claudio
5bcb35221a Added expanded range to atanh function 2014-05-12 21:41:32 -04:00
claudio
9cdef9f52d Added hyperbolic vectoring mode 2014-05-11 22:59:46 -04:00
claudio
c942fb6a86 Improved speed of hyperbolic loop 2014-05-10 15:08:34 -04:00
claudio
02063e35cf Fixed bug in hyp_exp, fixed rounding in user commands 2014-05-09 08:22:34 -04:00
claudio
5351a48a12 Added support for small angles (unfinished) 2014-05-08 23:03:22 -04:00
claudio
3a430db31c More hyperbolic transcendentals 2014-05-06 08:02:13 -04:00
claudio
f7dca1e3bf Added hyperbolic CORDIC 2014-05-02 14:16:18 -04:00
claudio
b7d76d1ed9 Initial commit 2014-04-27 18:53:11 -04:00