Slava Pestov
|
9a5d34ae7b
|
Fix conflicts
|
2008-04-27 03:19:41 -05:00 |
Slava Pestov
|
6ee115901a
|
Better error message
|
2008-04-26 18:55:26 -05:00 |
Doug Coleman
|
e264537a1a
|
reverse the arguments of diff, assoc-diff
fix lots of usings
fix help-lint
|
2008-04-26 02:01:06 -05:00 |
Doug Coleman
|
15402ed1b4
|
core changes:
index* -> index-from
last-index* -> last-index-from
1 tail -> rest
1 tail-slice -> rest-slice
subset -> filter
prepose
find* -> find-from
find-last* -> find-last-from
before, after generic, < for integers
make between? work for timestamps
|
2008-04-25 23:12:44 -05:00 |
Doug Coleman
|
9f97ae2b0c
|
add unit test for parser
|
2008-04-25 01:54:42 -05:00 |
Doug Coleman
|
ad0139ac0c
|
default vocab is now f when parsing files
|
2008-04-25 00:23:49 -05:00 |
Slava Pestov
|
70bec926d0
|
New convention for parametrized constructors: new-* instead of construct-*
|
2008-04-14 05:07:31 -05:00 |
Slava Pestov
|
d42ae9508f
|
Merge with erg's changes
|
2008-04-14 04:42:43 -05:00 |
Slava Pestov
|
31e6604a68
|
Inheritance-friendly lexer type
|
2008-04-14 03:54:34 -05:00 |
Doug Coleman
|
4597cab824
|
move some words to sets
write docs for sets
started on usings..
|
2008-04-14 02:20:37 -05:00 |
Doug Coleman
|
f80085ff0a
|
seq-diff -> diff
seq-intersect -> intersect
|
2008-04-13 23:09:42 -05:00 |
Doug Coleman
|
2edd0fefc9
|
new -> new-sequence
construct-empty -> new
construct-boa -> boa
diff -> assoc-diff
union -> assoc-union
intersect -> assoc-intersect
|
2008-04-13 22:58:07 -05:00 |
Doug Coleman
|
30b75a797a
|
construct-boa -> boa
construct-empty -> new
|
2008-04-13 15:06:09 -05:00 |
Slava Pestov
|
55e777476c
|
Add parser logic to catch common mistake
|
2008-04-13 00:26:03 -05:00 |
Doug Coleman
|
bced4022e5
|
updating usages of cond/case
|
2008-04-11 12:53:22 -05:00 |
Slava Pestov
|
0f4ac3a8dc
|
Slot shadow warnings
|
2008-04-07 20:44:43 -05:00 |
Slava Pestov
|
e4f5448ae1
|
Documentation
|
2008-04-07 20:07:12 -05:00 |
Slava Pestov
|
fcb78822b2
|
Remove annoying and useless shadowing warnings
|
2008-04-07 00:16:05 -05:00 |
Slava Pestov
|
d046c3b614
|
Documentation updates
|
2008-04-04 19:40:08 -05:00 |
Slava Pestov
|
82fc8f18db
|
Converting core to use inheritance
|
2008-04-04 03:46:30 -05:00 |
Slava Pestov
|
ef4046cda9
|
Converting code to use inheritance
|
2008-04-04 00:33:06 -05:00 |
Slava Pestov
|
76581ad6d0
|
Remove crappy parser feature
|
2008-04-03 21:43:41 -05:00 |
Slava Pestov
|
54265a9f4c
|
Final inheritance fixes
|
2008-04-03 04:58:37 -05:00 |
Slava Pestov
|
93d9722a6b
|
Fix class resetting
|
2008-04-03 00:21:53 -05:00 |
Slava Pestov
|
5346e1899f
|
Working on call-next-method, and identity-tuple
|
2008-04-02 21:27:49 -05:00 |
Eduardo Cavazos
|
aa40350aa7
|
replace add* and add with prefix and suffix
|
2008-03-31 18:18:05 -06:00 |
Slava Pestov
|
c22af5c7a6
|
Rename 2apply to bi@
|
2008-03-29 20:36:58 -05:00 |
Slava Pestov
|
7174e8cbc4
|
Fixing unit test failures
|
2008-03-29 15:50:50 -05:00 |
Slava Pestov
|
189a9323cd
|
Fix tree shaker issue
|
2008-03-29 05:03:17 -05:00 |
Slava Pestov
|
adb1dd14d0
|
Rename tuples vocab to classes.tuple for consistency
|
2008-03-29 03:34:48 -05:00 |
Slava Pestov
|
aec04edbda
|
Phasing out get-slots and cleaning up some code
|
2008-03-29 00:59:05 -05:00 |
Daniel Ehrenberg
|
31de812987
|
renaming parse-unit to scan-until
|
2008-03-27 20:52:53 -04:00 |
Daniel Ehrenberg
|
7ad1686590
|
Factoring out parse-unit
|
2008-03-27 20:50:41 -04:00 |
erg
|
15c68a23f8
|
remove ?resource-path and resource-exists?
|
2008-03-26 23:47:51 -05:00 |
Slava Pestov
|
690621ffb6
|
Change PREDICATE: syntax
|
2008-03-26 18:23:19 -05:00 |
Slava Pestov
|
89a531d4a2
|
Fixing unit tests
|
2008-03-26 17:07:50 -05:00 |
Slava Pestov
|
25192e35d3
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-03-20 19:55:51 -05:00 |
Slava Pestov
|
3131e96aa7
|
Fixes
|
2008-03-20 19:54:25 -05:00 |
Slava Pestov
|
3664f7af1b
|
Fix loader regression
|
2008-03-20 17:58:35 -05:00 |
Doug Coleman
|
936bd26a3a
|
update core/ to use ERROR:
|
2008-03-20 15:00:49 -05:00 |
Slava Pestov
|
848c340ae9
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-03-18 21:43:42 -05:00 |
Slava Pestov
|
993a647ccc
|
Parser fixes
|
2008-03-18 21:43:29 -05:00 |
Slava Pestov
|
f31c521c47
|
Assorted bug fixes
|
2008-03-18 17:46:25 -05:00 |
Slava Pestov
|
65c74d8404
|
Fix macosx/ppc bootstrap
|
2008-03-18 02:37:31 -05:00 |
Slava Pestov
|
ec698b7f53
|
Parser overhaul
|
2008-03-16 02:43:00 -05:00 |
Slava Pestov
|
fc725ce7fa
|
Add unit test
|
2008-03-13 06:38:09 -05:00 |
Slava Pestov
|
3cddca95ae
|
Simply core: don't call directory? and file-modified until after bootstrap
|
2008-03-13 04:54:33 -05:00 |
Slava Pestov
|
cb2863ea5f
|
Add tools.vocabs to default using
|
2008-03-13 03:45:08 -05:00 |
Slava Pestov
|
32526206f1
|
Help fixes
|
2008-03-11 19:51:58 -05:00 |
Slava Pestov
|
dfacba5f3b
|
Clean up erg's change
|
2008-03-11 03:36:33 -05:00 |