slava
|
72efe34950
|
Inference cleanup and documentation for errors
|
2006-08-18 07:10:08 +00:00 |
slava
|
415d960b66
|
Mutually recursive inline words are not allowed anymore
|
2006-08-18 05:14:22 +00:00 |
slava
|
5307ac7cfc
|
Assorted fixes
|
2006-08-15 18:56:18 +00:00 |
slava
|
8dfdf52d3a
|
Some unit test fixes
|
2006-08-15 09:24:30 +00:00 |
slava
|
f15e657631
|
Stack effect declaration fixes
|
2006-08-15 08:57:12 +00:00 |
slava
|
56e19dbf14
|
First stage of stack effect declaration implementation
|
2006-08-15 07:01:24 +00:00 |
slava
|
84e70ecb73
|
More work on the definition protocol
|
2006-08-02 20:53:26 +00:00 |
slava
|
6dabc9710e
|
Misc updates
|
2006-07-28 04:50:09 +00:00 |
slava
|
3aa46e5fee
|
Inference unit test fixes
|
2006-07-26 19:06:22 +00:00 |
slava
|
82db2792a2
|
More inference tweaks
|
2006-07-26 19:03:49 +00:00 |
slava
|
d48bdc2694
|
Dicking with inference
|
2006-07-26 04:38:00 +00:00 |
slava
|
7712d84327
|
Add a failing inference unit test
|
2006-07-25 20:30:40 +00:00 |
slava
|
d3d7d053fd
|
Inference cleanups
|
2006-07-25 04:14:18 +00:00 |
slava
|
13f392737e
|
Save window positions, re-arrange source tree a bit
|
2006-05-27 21:39:38 +00:00 |
slava
|
716d9be374
|
Inference bug fix
|
2006-05-23 01:55:46 +00:00 |
slava
|
f3ce2a15ed
|
More cons cell removals
|
2006-05-15 05:01:47 +00:00 |
slava
|
593165784b
|
Remove unswons word
|
2006-05-09 15:30:26 +00:00 |
slava
|
8eca428594
|
Huge compiler patch; two new fixnum-fast and fixnum+fast primitives which do not perform overflow checks
|
2006-04-24 21:52:03 +00:00 |
slava
|
25edc7de30
|
Stripping out old compiler code
|
2006-04-17 21:17:34 +00:00 |
slava
|
3c55513324
|
Assorted Cocoa and X11 backend improvements
|
2006-03-21 22:15:53 +00:00 |
slava
|
48ff54c399
|
Optimizer reworking
|
2006-03-07 00:19:20 +00:00 |
Slava Pestov
|
b0e89c4984
|
made it an error to reference non-existent vocabularies in a USE: declaration; fixed this error in library source files
|
2005-12-17 14:55:00 +00:00 |
Slava Pestov
|
81c39d3368
|
fixing various compiler and inferencer bugs
|
2005-11-23 02:41:41 +00:00 |
Slava Pestov
|
a651cc87b1
|
various fixes to inference, experimenting with %char-slot vops and interruption checks
|
2005-11-14 03:04:14 +00:00 |
Slava Pestov
|
23738087aa
|
big syntax change: vectors are now V{ }, hashtables are now H{ }, tuples T{ }, wrappers W{ }, complexes C{ }, arrays { }
|
2005-10-30 03:25:38 +00:00 |
Slava Pestov
|
94e6955fd0
|
various fixes and OpenGL UI work
|
2005-10-13 04:30:44 +00:00 |
Slava Pestov
|
8c1bf3624e
|
minor UI fixes
|
2005-09-29 03:29:00 +00:00 |
Slava Pestov
|
c4cec1321c
|
rename ifte to if
|
2005-09-24 19:21:17 +00:00 |
Slava Pestov
|
6b3c4eccfb
|
handle I/O on closed ports gracefully
|
2005-09-19 03:22:58 +00:00 |
Slava Pestov
|
7decaf614e
|
inference updates for callcc inference
|
2005-09-18 05:37:28 +00:00 |
Slava Pestov
|
fa1e1a4801
|
f throw no longer a no-op
|
2005-09-18 02:25:18 +00:00 |
Slava Pestov
|
8af5e755c6
|
add 1+ 1- words and other tweaks
|
2005-09-17 02:47:28 +00:00 |
Slava Pestov
|
bf5d88b649
|
changes to continuation words
|
2005-09-14 04:37:50 +00:00 |
Slava Pestov
|
27439f95c9
|
arrays are now better supported, various cleanups
|
2005-09-12 00:46:55 +00:00 |
Slava Pestov
|
24d3550168
|
optimizing stack shuffling; architecture description
|
2005-09-04 23:24:24 +00:00 |
Slava Pestov
|
914e81e16a
|
scroller fix, rename 2unseq ==> first2, 3unseq ==> first3, string>number works with slices
|
2005-09-03 03:44:23 +00:00 |
Slava Pestov
|
bdbd011470
|
fix unit test failures
|
2005-09-01 06:15:29 +00:00 |
Slava Pestov
|
ea830a4f14
|
various inference fixes; cond compiles now
|
2005-08-30 22:12:21 +00:00 |
Slava Pestov
|
1bb4485a58
|
fix inference hang
|
2005-08-30 01:00:39 +00:00 |
Slava Pestov
|
6086945dd7
|
more code cleanups; new make-hash idiom
|
2005-08-22 06:06:32 +00:00 |
Slava Pestov
|
4a6900af6a
|
fix bootstrap failure, other cleanups
|
2005-08-22 03:35:50 +00:00 |
Slava Pestov
|
b3e58b4380
|
more prettyprinter updates, unparser is gone
|
2005-08-22 00:50:14 +00:00 |
Slava Pestov
|
b8d8685de8
|
clean up class<, class-and, class-or
|
2005-08-01 03:38:33 +00:00 |
Slava Pestov
|
03168a86e5
|
dataflow optimizer work, phasing out 3list/3unlist
|
2005-07-28 00:13:11 +00:00 |
Slava Pestov
|
d9c4a82c7a
|
big sequences refactoring
|
2005-07-17 02:16:18 +00:00 |
Slava Pestov
|
0bc6efa33b
|
float parameters working on OS X
|
2005-06-16 03:27:28 +00:00 |
Slava Pestov
|
1c63f5f0db
|
wrunt's alien-invoke shorthand, tons of bug fixes, cleanups and documentation updates
|
2005-06-12 07:38:57 +00:00 |
Slava Pestov
|
1dd70d4e26
|
debugging matrices
|
2005-05-23 04:25:52 +00:00 |
Slava Pestov
|
7418990bdc
|
linear IR and simplifier refactoring
|
2005-05-16 21:01:39 +00:00 |
Slava Pestov
|
55aeaadfe0
|
some stack inference work
|
2005-05-16 05:15:48 +00:00 |