Justin Ethier
d1a6db14a7
WIP
2017-02-16 00:38:01 -05:00
Justin Ethier
5c77948a00
WIP
2017-02-16 00:14:10 -05:00
Justin Ethier
55dd1a570e
WIP
2017-02-14 17:58:12 -05:00
Justin Ethier
1d6ea4589c
WIP
2017-02-15 04:24:15 -05:00
Justin Ethier
0b4e911a3e
Fix for signed int promotion
2017-02-14 15:05:24 +00:00
Justin Ethier
c424ce99b7
WIP
2017-02-13 18:57:42 -05:00
Justin Ethier
58d5c47486
WIP
2017-02-13 16:47:38 +00:00
Justin Ethier
7350b9c96d
Merge pull request #177 from kozross/master
...
Preliminary work for SRFI 125 - array lists
2017-02-13 09:52:09 -05:00
Justin Ethier
c66f31cacd
Hooks for bignum arithmetic
2017-02-12 21:58:22 +00:00
Justin Ethier
0325383f0e
Bignum support for (exact?)
2017-02-11 18:00:56 -05:00
Justin Ethier
371b4630eb
Added (bignum?)
2017-02-11 17:41:30 -05:00
Koz Ross
335d3122da
Adding array-list support, tests, amending Makefile
2017-02-11 18:58:12 +13:00
Justin Ethier
2d6d716071
Minor release bump
2017-02-11 00:28:59 +00:00
Justin Ethier
61383c6edb
Fix error on some platforms
2017-02-10 23:59:30 +00:00
Justin Ethier
f696dca7e1
Staging for next release
2017-02-10 23:54:54 +00:00
Justin Ethier
4420fc3c6c
Added with-handler from Bigloo
2017-02-10 23:26:53 +00:00
Justin Ethier
18b4292e4f
Added with-handler
2017-02-10 23:13:42 +00:00
Justin Ethier
77bc10b339
Sync index
2017-02-10 22:30:23 +00:00
Justin Ethier
1449a75c98
Added an exception handler
2017-02-10 22:30:12 +00:00
Justin Ethier
94b3bd6bf2
Fixup quotes
2017-02-10 22:29:52 +00:00
Justin Ethier
21f54914b5
Merge pull request #175 from kozross/master
...
Documentation for new SRFIs, some small code changes
2017-02-10 12:40:34 -05:00
Justin Ethier
a6cbce207c
Finish comparison ops
2017-02-10 16:26:48 +00:00
Justin Ethier
a9f45d8fb5
Starting to check for over/under flow
2017-02-10 22:41:10 -05:00
Koz Ross
cd9ab4a463
Adding SRFI 121 documentation link
2017-02-10 21:09:12 +13:00
Koz Ross
754422a981
Finishing documentation for SRFI 121, adding notes to other documentation
2017-02-10 21:08:17 +13:00
Koz Ross
cd7a9db7f7
Added warning about lack of thread-join! to SRFI 18 docs
2017-02-10 18:46:42 +13:00
Koz Ross
151cb0d79e
Adding SRFI 28 documentation
2017-02-10 18:45:34 +13:00
Koz Ross
196410a320
Adding documentation for SRFI 60
2017-02-10 18:33:43 +13:00
Koz Ross
1c8effbcd2
Removing all need for (scheme inexact)
2017-02-10 17:59:08 +13:00
Koz Ross
a024126f7b
Fixing integer-length to use inline C
2017-02-10 17:23:57 +13:00
Koz Ross
c13f37e3b5
Rewriting ash to use inline C instead
2017-02-10 17:08:01 +13:00
Koz Ross
eed4ca7e61
Fixing license header for SRFI 60 implementation
2017-02-10 17:01:04 +13:00
Justin Ethier
14956ea58f
WIP, bignum integer comparisons
2017-02-10 00:02:24 +00:00
Justin Ethier
73a513f0c9
bignum/bignum equality
2017-02-09 22:11:29 +00:00
Justin Ethier
7c2bc7f514
WIP for bignum comparisons
2017-02-10 04:40:00 -05:00
Justin Ethier
4ad41f6d5c
Print bignums
2017-02-10 00:54:18 -05:00
Justin Ethier
b9d6d5d873
WIP - reading bignums
2017-02-10 00:37:41 -05:00
Justin Ethier
2411d3206c
Include SRFI descriptions
2017-02-08 23:39:08 -05:00
Justin Ethier
b9c8d2abf4
WIP for libtommath
2017-02-08 18:33:20 -05:00
Justin Ethier
cf5022face
Merge pull request #173 from kozross/master
...
Adding SRFI 121 support
2017-02-08 09:54:14 -05:00
Koz Ross
9354379513
Removing stray files, ensuring everything is in the tree
2017-02-08 22:24:44 +13:00
Koz Ross
560f429926
Adding SRFI 121 support, tests, all tests pass
2017-02-08 22:23:36 +13:00
Koz Ross
336017efb6
Adding SRFI 121 support, tests, all tests pass
2017-02-08 22:22:55 +13:00
Justin Ethier
da0899b3e6
CC commands, not directories
2017-02-07 20:39:00 +00:00
Justin Ethier
ff94b013ab
Issue #153 - Added -CP -CE -CL command options
2017-02-07 20:34:42 +00:00
Justin Ethier
1f8fb3c20d
Issue #172 -
...
Cannot assume that just because a primitive deals with immutable objects that it is safe to inline. A (set!) could still mutate variables the primitive is using, causing invalid behavior.
2017-02-07 18:40:30 +00:00
Justin Ethier
d301592da6
Add BOOTSTRAP_DIR
2017-02-04 18:03:58 -05:00
Justin Ethier
d5318a68bf
Merge pull request #171 from kozross/master
...
Adding support for SRFI 28, with working tests
2017-02-04 22:04:12 -05:00
Koz Ross
24ba77f81c
Merge https://github.com/justinethier/cyclone into srfi-28
2017-02-05 15:29:17 +13:00
Koz Ross
46762268af
Adding full support for SRFI 28, adding tests for compliance, modifying changelog
2017-02-05 14:01:31 +13:00