Slava Pestov
|
42230b21a3
|
Add assoc-refine, which takes the intersection of a sequence of assocs
|
2009-07-22 02:06:14 -05:00 |
Slava Pestov
|
fd9a353fd6
|
Move conjoin-at from compiler.cfg.liveness to sets
|
2009-07-21 03:02:06 -05:00 |
Slava Pestov
|
a213db05db
|
parser: remove outdated unit tests that were superseded by tests in vocabs.parser
|
2009-07-18 11:35:09 -05:00 |
Slava Pestov
|
e630102252
|
vocabs.parser: add tests to assert that the correct errors get thrown
|
2009-07-18 07:02:13 -05:00 |
Slava Pestov
|
db3991125f
|
FROM: and RENAME: give a more meaningful error if the vocabulary does not exist
|
2009-07-18 06:51:29 -05:00 |
Slava Pestov
|
4ee1f68e30
|
Documentation fixes
|
2009-07-18 06:32:57 -05:00 |
Slava Pestov
|
cf826d80b0
|
classes.tuple: eliminate generic arithmetic from M: tuple = and M: tuple hashcode*
|
2009-07-18 02:09:56 -05:00 |
Slava Pestov
|
50a86a8d93
|
More efficient singleton predicates
|
2009-07-17 17:41:33 -05:00 |
Slava Pestov
|
bf54aebcc1
|
Fix QUALIFIED: docs. Reported by ex_rzr in #concatenative
|
2009-07-14 12:07:08 -05:00 |
Slava Pestov
|
3b244d5d41
|
compiler.cfg.value-numbering: fix ##compare and ##compare-branch rewrites
|
2009-07-13 12:33:58 -05:00 |
Slava Pestov
|
baff251d1e
|
alien.libraries: add remove-library word, fix dlclose and dll-valid? VM primitives
|
2009-07-09 06:51:31 -05:00 |
Slava Pestov
|
c20e6c290f
|
compiler.cfg.linear-scan: split off parallel mapping code from resolve pass, use it in assignment pass to resolve parallel copies
|
2009-07-08 23:07:06 -05:00 |
Slava Pestov
|
37241c5eee
|
sequences: fix replicate example
|
2009-07-07 15:12:21 -05:00 |
Slava Pestov
|
dafdbe13c9
|
growable vocabulary: make 'contract' generic so that only real vectors clear popped elements; add resize method for struct-arrays, add new struct-vectors vocabulary
|
2009-07-07 15:01:30 -05:00 |
Joe Groff
|
7a88c5ae8a
|
variants vocab for ADTs
|
2009-06-26 16:31:20 -05:00 |
Slava Pestov
|
b42c6c4425
|
Move histogram words from core/sets to extra/histogram
|
2009-06-18 21:55:33 -05:00 |
Doug Coleman
|
03b8e1b756
|
don't write docs with auto-use enabled
|
2009-06-18 19:29:10 -05:00 |
Doug Coleman
|
97f0a24e45
|
add histogram and sequence>assoc to sets
|
2009-06-18 17:29:41 -05:00 |
Slava Pestov
|
37b01357ec
|
Remove unused words discovered by Samuel Tardieu
|
2009-06-16 16:38:39 -05:00 |
Slava Pestov
|
ef6634337d
|
Oops: interleave-step is bi*
|
2009-06-16 14:05:39 -05:00 |
Slava Pestov
|
c5dfcf5755
|
Merge branch 'for-slava' of git://git.rfc1149.net/factor
|
2009-06-16 14:05:23 -05:00 |
Samuel Tardieu
|
cb03fe43db
|
Forbid tabs in source code
|
2009-06-16 20:49:28 +02:00 |
Slava Pestov
|
92b436d7fb
|
interleave: allow the 'between' quot to access the stack
|
2009-06-15 16:07:39 -05:00 |
Slava Pestov
|
29327a787c
|
Remove initial-quot feature
|
2009-06-15 13:07:15 -05:00 |
Slava Pestov
|
75276855ae
|
sequences: change implementation of interleave
|
2009-06-14 18:22:31 -05:00 |
Slava Pestov
|
dd61b59937
|
sequences: update each-index and map-index to not depend on integers-as-sequences
|
2009-06-14 18:10:24 -05:00 |
Slava Pestov
|
285c8cecc6
|
Add some failing unit tests exposing bugs in initial-quot: implementation
|
2009-06-13 18:34:27 -05:00 |
Slava Pestov
|
a0e3f356c3
|
Fix conflict
|
2009-06-13 17:49:20 -05:00 |
Slava Pestov
|
7076d89fc3
|
destructors: fix docs typo reported by Blei in #concatenative
|
2009-06-13 17:36:47 -05:00 |
Doug Coleman
|
2adeecb9a4
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-12 11:59:14 -05:00 |
Doug Coleman
|
258abe31ab
|
add some unit tests for reshaping tuples with initial-quot: slots
|
2009-06-12 11:58:07 -05:00 |
Doug Coleman
|
99bfeb62c4
|
simplify implementation of initial-quot:
|
2009-06-12 11:45:53 -05:00 |
Doug Coleman
|
21a33419a7
|
initial-quot: works fully, need to make a couple simplifications
|
2009-06-12 09:21:51 -05:00 |
Doug Coleman
|
c5a5e94381
|
fix destructors docs
|
2009-06-12 02:43:13 -05:00 |
Doug Coleman
|
50be248db0
|
don't use summary in slots
|
2009-06-11 20:26:49 -05:00 |
Doug Coleman
|
4bd06486fb
|
make a word not generic, remove unit test for unimplemented feature
|
2009-06-11 20:20:21 -05:00 |
Doug Coleman
|
059eb399f0
|
add initial-quot: syntax for tuples
|
2009-06-11 19:48:14 -05:00 |
Slava Pestov
|
aba4fa7371
|
Recent vocabs.parser change had a regression: vocabs with no roots (scratchpad) were excluded from default use list. Also move with-interactive-vocabs to listener vocab
|
2009-06-07 21:59:13 -05:00 |
Slava Pestov
|
1e449c70f6
|
vocabs.parser: if bootstrap fails to load a vocab in interactive use list, don't fep
|
2009-06-05 17:33:00 -05:00 |
Slava Pestov
|
9e987e8642
|
Merge branch 'master' into global_optimization
|
2009-06-01 03:12:32 -05:00 |
Doug Coleman
|
550ff523dd
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-05-29 11:23:48 -05:00 |
Doug Coleman
|
bbf0a8d266
|
fix stack effect
|
2009-05-28 12:28:52 -05:00 |
Slava Pestov
|
ef73bc6732
|
io.encodings.utf16: cleanup
|
2009-05-28 02:50:57 -05:00 |
Slava Pestov
|
a4b2fa2aeb
|
destructors: improve docs
|
2009-05-27 19:37:03 -05:00 |
Slava Pestov
|
eda44f28a6
|
Move maybe-set-at to assocs
|
2009-05-26 18:45:37 -05:00 |
Doug Coleman
|
04c6e07678
|
unassociate last with pop/pop* in docs
|
2009-05-25 17:03:32 -05:00 |
Doug Coleman
|
407377fc98
|
rename peek -> last and update all usages
|
2009-05-25 16:38:33 -05:00 |
Doug Coleman
|
0ac80c6917
|
fix using
|
2009-05-25 15:42:59 -05:00 |
Doug Coleman
|
3722c0ad62
|
move some words to private vocabs
|
2009-05-25 15:35:50 -05:00 |
Doug Coleman
|
e38e85ce5e
|
document 2cache
|
2009-05-25 11:03:40 -05:00 |