Commit graph

30 commits

Author SHA1 Message Date
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
1e77714052 Added binary integer commands. Fixed bint to real comparison. Test operators on lists return a single true/false value. 2014-12-14 09:05:54 -05:00
claudio
61d29db4ea Removed many compiler warnings (work in progress) 2014-11-17 14:21:11 -05:00
claudio
723a6c18ea Added flags support 2014-11-09 21:35:06 -05:00
claudio
63d34f2abd Removed creation of 1/0 objects in tests. 2014-11-05 14:06:04 -05:00
claudio
66ce644ca7 Added library registration/removal + improved overloaded operators speed. 2014-11-04 14:09:10 -05:00
claudio
f61ba3634d Eliminated some typecast warnings 2014-10-01 21:27:40 -04:00
claudio
bd268ddcbd Finished numeric reduction. 2014-09-06 15:28:26 -04:00
claudio
7a493ebdbf Fixed memory leak. 2014-08-16 17:13:05 -04:00
claudio
1c44d6750b Improved symbolic support 2014-08-07 23:01:37 -04:00
claudio
899ca2c72b First rule matching algorithm 2014-07-28 21:51:22 -04:00
claudio
316a291878 Added symbolic EVAL operator 2014-07-19 21:06:49 -04:00
claudio
2c2bf0abda Added all operators on symbolics (some need improvement). 2014-07-17 21:39:57 -04:00
claudio
c6993c319c Added complex number operators. 2014-06-21 14:41:09 -04:00
claudio
d117776c9d Added operator CMP.
Added SORT command.
2014-06-20 14:19:32 -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
e8174df7c8 Added DOSUBS, MAP, STREAM 2014-06-08 23:14:40 -04:00
claudiobsd
a3418ad4cf Changed more type definitions to work better on different platforms. 2014-06-06 14:42:13 -04:00
claudio
25164ac344 Finished DOLIST. 2014-06-03 22:03:33 -04:00
claudio
b81a282f2e Added XEQ operator for all existing types.
Preliminary DOLIST attempt.
2014-05-31 21:25:13 -04:00
claudio
dd5684b49c Fixed bug in CRDIR
Consistent variable scope behavior
Added GETI/PUTI/HEAD/TAIL
2014-05-30 14:17:07 -04:00
claudio
da143ea4b4 Added license notice 2014-05-21 13:47:14 -04:00
claudio
5f33bc3e94 Added license files, and fixed issue with base integer decompilation. 2014-05-19 13:58:48 -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
5351a48a12 Added support for small angles (unfinished) 2014-05-08 23:03:22 -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