Slava Pestov
|
2a0df14200
|
Control flow analysis work in progress
|
2008-02-14 20:27:18 -06:00 |
Slava Pestov
|
2c73e72e5e
|
case now optimizes contiguous integer ranges
|
2008-02-14 01:03:57 -06:00 |
Slava Pestov
|
fc80279b3a
|
enable-compiler and disable-compiler words
|
2008-02-13 18:42:55 -06:00 |
Slava Pestov
|
0064e69f9d
|
Loop conversion work in progress
|
2008-02-12 20:35:25 -06:00 |
Slava Pestov
|
7c6999872a
|
Clean up tail call optimization
|
2008-02-12 17:32:17 -06:00 |
Slava Pestov
|
1db4c9cc8a
|
Fix type inference regression
|
2008-02-11 14:51:20 -06:00 |
Slava Pestov
|
98d8621ac1
|
First class compose, curry is now a tuple class
|
2008-02-11 13:50:29 -06:00 |
Slava Pestov
|
e66e6d70e4
|
Moved dispatch to sequences.private
|
2008-02-11 01:19:53 -06:00 |
Slava Pestov
|
637600011c
|
FFI compile errors now reported separately; new kill literals phase design
|
2008-02-10 20:32:48 -06:00 |
Slava Pestov
|
765f9bfb43
|
Fix regression
|
2008-02-10 01:34:26 -06:00 |
Slava Pestov
|
c8f042aef4
|
Redo timeouts
|
2008-02-09 21:34:42 -06:00 |
Slava Pestov
|
52b5c5a068
|
Reorganize compiler tests
|
2008-02-08 01:48:51 -06:00 |
Slava Pestov
|
5ecf3f7225
|
Improve unit test documentation and update some tests
|
2008-02-06 22:58:41 -06:00 |
Slava Pestov
|
8428f66933
|
Fixing unit tests
|
2008-02-06 15:00:10 -06:00 |
Slava Pestov
|
be2c8b13d7
|
Rename unit-test-fails to must-fail and add must-fail-with to replace [ t ] [ [ ... ] catch ... ] unit-test idiom
|
2008-02-06 13:47:19 -06:00 |
Slava Pestov
|
2d3298d611
|
Method usages cleanup
|
2008-02-04 23:30:59 -06:00 |
Slava Pestov
|
2872bc9d30
|
More method cleanups
|
2008-02-04 19:38:31 -06:00 |
Slava Pestov
|
dee25cda13
|
New generic word implementation reduces compile time
|
2008-02-04 16:20:07 -06:00 |
sheeple
|
16e206b3b8
|
Add flags to math.bitfields
|
2008-02-02 06:58:28 -06:00 |
Slava Pestov
|
2ef76798b0
|
record1 strings
|
2008-01-31 23:00:08 -06:00 |
Slava Pestov
|
926e09a46a
|
New dispose word and with-dispose combinator, docs for io.monitor, working on O(1) stream timeouts
|
2008-01-31 00:52:06 -06:00 |
Slava Pestov
|
d8d87fe834
|
Fix littledan bug #1
|
2008-01-30 14:23:48 -06:00 |
Slava Pestov
|
f73f2b8697
|
Assorted fixes
|
2008-01-30 01:10:58 -06:00 |
Slava Pestov
|
b60edc199a
|
Fix optimizer regression
|
2008-01-27 18:15:11 -04:00 |
Slava Pestov
|
1c91a286e5
|
Updating summary and authors
|
2008-01-27 01:02:31 -04:00 |
Slava Pestov
|
bca0dce0a5
|
Add a compile time check to set-slots transform
|
2008-01-26 23:43:38 -04:00 |
Doug Coleman
|
9cc5f5c78e
|
Fix construct-empty transform
|
2008-01-24 23:07:14 -06:00 |
Slava Pestov
|
011681f07a
|
Fix construct-empty transform
|
2008-01-18 17:09:45 -05:00 |
Slava Pestov
|
952c559b52
|
Faster compilation of dispatch primitive
|
2008-01-13 17:07:59 -05:00 |
Slava Pestov
|
e3416ec170
|
Faster bit-arrays
|
2008-01-12 21:37:44 -05:00 |
Slava Pestov
|
1a43d30d54
|
Fix tuple class redefinition not updating constructor
|
2008-01-12 18:00:28 -05:00 |
Slava Pestov
|
c8d4846a03
|
Fix some compiled-usage issues
|
2008-01-12 04:25:16 -05:00 |
Doug Coleman
|
84891e2591
|
pick pick -> 2over
minor cleanups
|
2008-01-11 12:02:44 -10:00 |
Slava Pestov
|
542b85889d
|
Fix unit tests
|
2008-01-09 19:13:26 -05:00 |
Slava Pestov
|
c8360f5ae5
|
Rename curry* to with
|
2008-01-09 17:36:30 -05:00 |
Slava Pestov
|
c86e95bc30
|
Add some more compiled-usage tests
|
2008-01-02 23:08:28 -04:00 |
Slava Pestov
|
b7327b6228
|
Redo the profiler
|
2008-01-02 20:36:36 -04:00 |
Slava Pestov
|
e35ca18921
|
Working on compiled-usage
|
2008-01-01 15:54:14 -04:00 |
Slava Pestov
|
64b06f059a
|
Unit test fixes
|
2007-12-30 17:14:15 -05:00 |
Slava Pestov
|
58da31c071
|
New implementation of compiler error reporting
|
2007-12-28 22:51:36 -05:00 |
Slava Pestov
|
52ae410cc5
|
Removing USE-IF:, add with-interactive-vocabs, other fixes
|
2007-12-28 21:45:16 -05:00 |
Slava Pestov
|
9c1454ef68
|
Rename real/imaginary slots of complex to real-part/imaginary-part to avoid clashing with the real class word; fix bug where redefining a generic as a class leaves the word in a weird state
|
2007-12-27 17:26:39 -05:00 |
Slava Pestov
|
f53fa196ac
|
New must-infer word; \ foo must-infer asserts that foo's declared effect matches its inferred effect, put this in your unit tests
|
2007-12-26 20:54:38 -05:00 |
Slava Pestov
|
2a24567546
|
Work in progress
|
2007-12-26 20:21:46 -05:00 |
Slava Pestov
|
1b9e04fdc5
|
Deferred words are now compound words
|
2007-12-26 17:28:34 -05:00 |
Slava Pestov
|
423c22e4ef
|
Symbols are compound defs now; SYMBOL: foo == : foo \ foo ;
|
2007-12-25 22:55:17 -05:00 |
Slava Pestov
|
6814e07f49
|
Unit test fixes
|
2007-12-24 19:40:09 -05:00 |
Slava Pestov
|
07a4022d62
|
Parser, definitions, source-files refactoring work in progress
|
2007-12-21 21:18:24 -05:00 |
Slava Pestov
|
51992905b2
|
Inference tests tweak
|
2007-12-17 16:29:26 -05:00 |
Slava Pestov
|
1bd8176b4a
|
New tools.test.inference vocabulary with unit-test-effect word
|
2007-11-15 17:29:00 -05:00 |