Commit graph

14 commits

Author SHA1 Message Date
Alex Shinn
7a526b4f1a adding support for only/except/rename/prefix in import forms
(import also now supports multiple arguments)
2009-12-12 16:04:08 +09:00
Derick Eddington
7050da677d fixing let* internal define 2009-12-07 16:16:01 -08:00
Derick Eddington
14c99c4729 fixing identifier comparison bugs 2009-12-06 21:34:30 -08:00
Alex Shinn
0efd491c24 fixing nested let-syntax hygiene, simplifying error handling
also providing better errors in some cases, and exiting with
a non-zero status on script errors
2009-12-06 17:40:50 +09:00
Alex Shinn
ce9bc2edeb minor bignum bugfixes 2009-11-30 01:10:15 +09:00
Alex Shinn
f74fcbce29 adding (command-line-arguments) 2009-11-23 03:54:29 +09:00
Alex Shinn
bb251082f6 fixing a small bug that missed some tail-recursion cases 2009-11-22 18:14:46 +09:00
Alex Shinn
3ecea4d666 adding define_foreign_opt to bind C functions with optional parameters
moving several opcodes to normal FFI functions, considering
doing the same for all I/O opcodes.
2009-11-16 04:04:23 +09:00
Alex Shinn
f53e4df208 adding support for runtime definition of new types 2009-11-10 21:50:59 +09:00
Alex Shinn
6afc9f964d stripping syntactic-closures in syntax-rules error messages 2009-11-03 12:57:38 +09:00
Alex Shinn
99dd2b98e1 reporting better error for unmatched syntax-rules patterns 2009-11-03 01:05:22 +09:00
Alex Shinn
62c390d68e initial module system 2009-10-13 18:29:18 +09:00
Alex Shinn
d36e70f6bf fixing various numeric operations 2009-08-24 22:41:33 +09:00
Alex Shinn
b1c0ea895b committing initial bignum support, still needs more thorough testing.
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.
2009-07-07 19:16:23 +09:00