Justin Ethier
a0216a8545
Issue #404 - Added unit tests
2021-07-19 17:12:22 -04:00
Justin Ethier
457ca32279
Issue #407 - Modified the reader to handle escaped intraline whitespace properly, per R7RS.
2020-09-16 23:05:02 -04:00
Justin Ethier
e2b2d9b21d
Issue #398 - Added test cases
2020-08-01 18:37:56 -04:00
Justin Ethier
22a68d1097
Fix unit tests
2020-05-21 18:39:48 -04:00
Justin Ethier
3dc451d016
eqv? behavior per R7RS
2020-05-21 18:12:54 -04:00
Justin Ethier
12489dcea5
Issue #361 - Added tests
2020-03-05 20:53:35 -05:00
Justin Ethier
e211e3f64d
Issue #339 - Fix fast path in make-string
...
We need to ensure the code point buffer only contains a single byte in order to use the fast path for string creation. For example if there is one code point that is 2 bytes large we need to use the slow path.
2019-09-23 13:28:52 -04:00
Justin Ethier
7fc911069d
Fix to use mutable objects
2019-05-14 13:07:16 -04:00
Justin Ethier
7276bcbacf
bug fixes for record types
2016-04-27 22:11:44 -04:00
Justin Ethier
9052a0d2bd
Do not have (write) automatically output a newline
2016-03-28 21:53:38 -04:00
Justin Ethier
b3b29ae15f
Removed string->number2
2016-03-17 01:56:11 -04:00
Justin Ethier
5d234d1509
WIP
2016-03-15 22:32:30 -04:00
Justin Ethier
2f89b7c825
Added lazy library
2016-02-11 22:18:51 -05:00
Justin Ethier
fc6647fbb3
Added (record?)
2016-02-06 03:19:36 -05:00
Justin Ethier
786ce36c49
Added record type tests
2016-02-05 23:29:42 -05:00
Justin Ethier
1ac1372c8e
Added test cases
2015-08-25 22:01:06 -04:00
Justin Ethier
bef1f7141c
Added for-each functions
2015-07-28 22:50:41 -04:00
Justin Ethier
8ebf39d584
Added unit tests
2015-07-28 21:29:55 -04:00
Justin Ethier
7103f52f8b
Added more I/O tests
2015-06-24 21:22:54 -04:00
Justin Ethier
39cb68cfae
Finished (with-input-from-file) and (with-output-to-file)
2015-06-24 20:51:28 -04:00
Justin Ethier
39e0f5c092
(scheme write) library
2015-06-11 21:54:39 -04:00
Justin Ethier
f149098dd1
Fixed vector tests
2015-06-08 22:39:31 -04:00
Justin Ethier
b456a94de6
Adding unit tests for vectors
2015-06-05 01:38:31 -04:00
Justin Ethier
f6c615ba30
Added quasi-quote tests
2015-05-29 18:28:06 -04:00
Justin Ethier
e38c2c2bcd
Added (newline) and (scheme char)
2015-05-25 22:07:44 -04:00
Justin Ethier
eba9e81ae5
Added required imports
2015-05-22 22:00:47 -04:00
Justin Ethier
b2cc35e141
Added real?
and integer?
2015-04-09 17:54:35 -04:00
Justin Ethier
e1df435b7d
Adding list section
2015-03-25 22:25:27 -04:00
Justin Ethier
cdec643680
Initial file
2015-02-21 22:15:18 -05:00