Per Bothner
|
576b04d7b9
* r7rs-tests.scm (is-number): Separate method to reduce code size.
|
7 年之前 |
Per Bothner
|
b78f7cb115
Sync branches/invoke with trunk -r8580:8731
|
8 年之前 |
Per Bothner
|
88f9130270
* r7rs-tests.scm: Downcasing capital dotted I is no longer expected
|
10 年之前 |
Per Bothner
|
43a29a38d1
* r7rs-tests.scm: More merging with Chibi upstream.
|
10 年之前 |
Per Bothner
|
7d8b305397
* r7rs-tests.scm: Merge in more tests from Chibi upstream.
|
10 年之前 |
Per Bothner
|
6588320d80
* UnicodeUtils.java (foldCase): Greek sigma should fold to regular
|
10 年之前 |
Per Bothner
|
f5af092ced
* numbers.scm (gcd, lcm): Extend to handle inexacts, as required by r7rs.
|
10 年之前 |
Per Bothner
|
d0f2711ffd
* numbers.scm (numerator, denominator): Extend to handle
|
10 年之前 |
Per Bothner
|
7c7f2e9ae0
Implement R7RS 'environment' and standard '(scheme xxx)' libraries.
|
10 年之前 |
Per Bothner
|
0bcb72be91
* r7rs-tests.scm: 'r7rs is now in the features list.
|
10 年之前 |
Per Bothner
|
de82e18303
* misc.scm (make-promise): New procedure.
|
10 年之前 |
Per Bothner
|
3059a3cf19
* LispReader.java (readNumberWithRadix): Check for and append '#'
|
10 年之前 |
Per Bothner
|
ffabcc993a
* syntax.scm (define-values): New syntax. Copied from R7RS
|
10 年之前 |
Per Bothner
|
e991fc14b5
Remember current scope when we create a TemplateScope. Just remembering
|
10 年之前 |
Per Bothner
|
70347d019b
Re-order to match Chibi version.
|
10 年之前 |
Per Bothner
|
3655a3ad95
* numbers.scm (exact-integer-sqrt): Re-implement using a variant
|
10 年之前 |
Per Bothner
|
8e898eb921
Fix string->number to handle a radix specifier in the string.
|
10 年之前 |
Per Bothner
|
821efb4e2e
* r7rs-tests.scm: Tests for ellipsis in middle of syntax pattern list.
|
10 年之前 |
Per Bothner
|
5672dd9c45
* lang/SyntaxPattern.java: Add support for underscore meaning
|
10 年之前 |
Per Bothner
|
038114c6aa
Add R7RS functionality for ellipsis in syntax-rules.
|
10 年之前 |
Per Bothner
|
4f65ba4da9
* r7rs.scm: Enable test for (... ...) in syntax-rules.
|
10 年之前 |
Per Bothner
|
6825513d26
* strings.scm (string-map): New function.
|
10 年之前 |
Per Bothner
|
985ee97c1a
Define R7RS functions floor/, floor-quotient, floor-remainder, truncate/, truncate-quotient, and truncate-remainder.
|
10 年之前 |
Per Bothner
|
55c8183d3e
* numbers.scm (exact-integer?): New function.
|
10 年之前 |
Per Bothner
|
d7930d4270
* r7rs-tests.scm: Note that downcasing uppercase dotted I
|
10 年之前 |
Per Bothner
|
aac181311c
* r7rs-tests.scm: Make more robust for Windows line endings.
|
11 年之前 |
Per Bothner
|
532ff2bb0c
* files.scm (delete-file): Use Path:deleteFile (which throws
|
11 年之前 |
Per Bothner
|
1fc0e885ab
* r7rs-tests.scm: Add nested guard-in-guard test.
|
11 年之前 |
Per Bothner
|
2f431d2ce6
* r7rs-tests.scm: Re-order and update to match upstream Chibi.
|
11 年之前 |
Per Bothner
|
46f7099c62
Implement R6RS/R7RS-style exception handling.
|
11 年之前 |