Yuichi Nishiwaki
|
75ae0cad12
|
repl moves to contrib
|
2014-08-30 23:30:04 +09:00 |
Yuichi Nishiwaki
|
3b3a74e114
|
let dictionary-ref return two values
|
2014-08-29 23:57:55 +09:00 |
Yuichi Nishiwaki
|
6533fc9b5b
|
[bugfix] identifier=?
|
2014-08-08 13:59:15 +09:00 |
Yuichi Nishiwaki
|
fff22f253f
|
use define-record-writer to set custom writer to <array> type
|
2014-08-07 11:52:00 +09:00 |
Yuichi Nishiwaki
|
75138db4db
|
add define-record-writer
|
2014-08-07 11:50:52 +09:00 |
Yuichi Nishiwaki
|
97bb9085af
|
import (picrin library) to (picrin user) by default
|
2014-08-07 11:20:12 +09:00 |
Yuichi Nishiwaki
|
0eecddb5da
|
set array printer
|
2014-08-06 17:00:32 +09:00 |
Yuichi Nishiwaki
|
9316ba468b
|
import (picrin array) and (picrin dictionary) in (picrin user) by default
|
2014-08-06 15:54:16 +09:00 |
Yuichi Nishiwaki
|
0610c0e95b
|
use <foo> style in naming record type
|
2014-08-06 11:33:07 +09:00 |
Yuichi Nishiwaki
|
1a7df924ab
|
export destructuring-bind
|
2014-08-06 03:09:36 +09:00 |
Yuichi Nishiwaki
|
5a3443a881
|
add destructuring-define
|
2014-08-06 03:09:36 +09:00 |
Yuichi Nishiwaki
|
b0b60d3f01
|
renaming export in d-lambda
|
2014-08-06 03:09:36 +09:00 |
Yuichi Nishiwaki
|
f37c2c25f7
|
refactor destructuring-lambda
|
2014-08-06 03:09:36 +09:00 |
Yuichi Nishiwaki
|
41f1c9962a
|
add missing files
|
2014-08-06 02:15:29 +09:00 |
Yuichi Nishiwaki
|
772c59dead
|
add (picrin symbol)
|
2014-08-06 02:14:43 +09:00 |
Yuichi Nishiwaki
|
bc47968ea1
|
add (picrin list) and (picrin base list)
|
2014-08-06 02:07:02 +09:00 |
Yuichi Nishiwaki
|
f70b6c5240
|
add (picrin base macro) primitives
|
2014-08-06 01:46:59 +09:00 |
Yuichi Nishiwaki
|
1d42771b54
|
define 'define' as a user-level macro
|
2014-08-06 01:34:07 +09:00 |
Yuichi Nishiwaki
|
610e1013f7
|
add (picrin base) library
|
2014-08-06 01:17:01 +09:00 |
Yuichi Nishiwaki
|
261c592d79
|
move core syntaxes from (scheme base) to (picrin base core)
|
2014-08-06 01:14:43 +09:00 |
Yuichi Nishiwaki
|
d669d48aa7
|
add destructuring lambda
|
2014-08-05 12:53:33 +09:00 |
Yuichi Nishiwaki
|
e16de03b65
|
abort execution when an error occurred during running a file program
|
2014-08-03 14:38:38 +09:00 |
Yuichi Nishiwaki
|
48b5d6b578
|
[bugfix] interleave newline
|
2014-07-29 15:57:26 +09:00 |
Yuichi Nishiwaki
|
1a891036f2
|
[bugfix] print should print a newline to given port
|
2014-07-29 15:56:50 +09:00 |
Yuichi Nishiwaki
|
a15ec868ba
|
-h option should return exit status 1
|
2014-07-29 15:44:22 +09:00 |
Yuichi Nishiwaki
|
36f4a8fa66
|
support file execution
|
2014-07-29 15:43:43 +09:00 |
Yuichi Nishiwaki
|
96f8a969e0
|
print takes an optional argument for output port, and returns obj itself
|
2014-07-29 15:42:52 +09:00 |
Yuichi Nishiwaki
|
f09a27cd0a
|
[bugfix] case doesn't compare string equality
|
2014-07-29 15:42:35 +09:00 |
Yuichi Nishiwaki
|
2f7a51c096
|
move the repl source to under piclib
|
2014-07-29 15:23:40 +09:00 |
Yuichi Nishiwaki
|
28c486261c
|
move test-read-error to r7rs-tests.scm
|
2014-07-27 18:39:27 +09:00 |
Yuichi Nishiwaki
|
01061efc5a
|
move test-numeric-syntax to r7rs-tests.scm. test-numeric-syntax is a
test runner specific to r7rs-tests.scm. It should not be placed in
generic test library.
|
2014-07-27 12:46:10 +09:00 |
Yuichi Nishiwaki
|
b7c76ccc2a
|
[bugfix] test statistics displays failures in reverse order.
|
2014-07-27 12:42:14 +09:00 |
Yuichi Nishiwaki
|
27b157fb19
|
grammer error
|
2014-07-26 16:20:26 +09:00 |
Yuichi Nishiwaki
|
f922a7a0cd
|
reimplement identifier=? in scheme
|
2014-07-26 14:54:44 +09:00 |
Yuichi Nishiwaki
|
e53472d9cc
|
add strip-syntax
|
2014-07-26 14:13:12 +09:00 |
Yuichi Nishiwaki
|
44e80e62f4
|
Merge pull request #176 from KeenS/test-values
fix a bug of `test-values` and unlock the test cases that use `test-valu...
|
2014-07-22 09:28:23 +09:00 |
Sunrim KIM (keen)
|
341e4048eb
|
fix a bug of `test-values` and unlock the test cases that use `test-values`
|
2014-07-21 22:58:38 +09:00 |
Yuichi Nishiwaki
|
1e4bc04112
|
rewrite list<->vector converters in c
|
2014-07-21 22:51:33 +09:00 |
Sunrim KIM (keen)
|
720eb94395
|
separate (picrin test) and import some test macros from chibi scheme
|
2014-07-20 17:24:03 +09:00 |
Yuichi Nishiwaki
|
240c5d9ac4
|
implement define-macro in scheme
|
2014-07-20 11:15:00 +09:00 |
Yuichi Nishiwaki
|
3e5fd1a54b
|
vector-map is no longer used
|
2014-07-19 18:46:09 +09:00 |
Yuichi Nishiwaki
|
8b82498cd7
|
inline some trivial functions
|
2014-07-19 18:29:41 +09:00 |
Yuichi Nishiwaki
|
63c34327b9
|
fix a bug in walk function
|
2014-07-19 18:26:09 +09:00 |
Yuichi Nishiwaki
|
1297ef9fb8
|
add memoize function
|
2014-07-19 18:26:03 +09:00 |
Yuichi Nishiwaki
|
03cc21953f
|
walk-symbol by default
|
2014-07-19 18:15:38 +09:00 |
Yuichi Nishiwaki
|
2c1db4472b
|
add walk-symbol
|
2014-07-19 18:14:11 +09:00 |
Yuichi Nishiwaki
|
346494524f
|
share cache between wrap and inject
|
2014-07-19 18:10:14 +09:00 |
Yuichi Nishiwaki
|
34f7497f4f
|
Merge branch 'memq-in-c'
Conflicts:
piclib/prelude.scm
|
2014-07-19 16:15:02 +09:00 |
Yuichi Nishiwaki
|
c468b343d2
|
missing file
|
2014-07-19 14:59:34 +09:00 |
Yuichi Nishiwaki
|
632529c9a5
|
add array-map and array-for-each
|
2014-07-15 22:45:04 +09:00 |