LiiiLabs / goldfish

Goldfish Scheme / 金鱼Scheme
https://gitee.com/LiiiLabs/goldfish
Apache License 2.0
30 stars 2 forks source link

[digit-value]: implemented digit-value in Section 6.7 of R7RS #70

Closed JackYansongLi closed 3 days ago

JackYansongLi commented 3 days ago

[digit-value]: implemented digit-value in Section 6.7 of R7RS

However, the current implementation only supports ASCII since the function char-numeric? in the S7 scheme only supports ASCII.