mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-23 20:15:06 +02:00
can disable with USE_BIGNUMS=0 - the interactions between this and USE_FLONUMS are messy, so they will likely be merged into a single option in the near future (i.e. you either have only fixnums, or a full range of numeric types). adding rationals based on this would be easy and is a likely future feature. adding native support for complex numbers is unlikely.
20 lines
148 B
Text
20 lines
148 B
Text
syntax: glob
|
|
*~
|
|
*.i
|
|
*.s
|
|
*.o
|
|
*.so
|
|
*.dylib
|
|
*.dSYM
|
|
*.orig
|
|
.hg
|
|
junk*
|
|
*.tar.gz
|
|
*.tar.bz2
|
|
*.log
|
|
*.err
|
|
*.out
|
|
gc
|
|
gc6.8
|
|
chibi-scheme
|
|
include/chibi/install.h
|