erg
|
61143f7434
|
fix ptrim for singleton arrays
|
2006-10-19 20:38:00 +00:00 |
chapman.alex
|
939030904d
|
adding contrib/tetris, a simple tetris clone
|
2006-10-19 22:03:11 +00:00 |
chapman.alex
|
fdc18acf5d
|
fix failing unit-tests in contrib/gap-buffer
|
2006-10-19 21:35:15 +00:00 |
slava
|
21e4d08362
|
More web framework work
|
2006-10-19 22:09:43 +00:00 |
slava
|
4ad555eb29
|
Fix VIM module
|
2006-10-19 21:42:45 +00:00 |
slava
|
e88d429476
|
Remove unncessary file
|
2006-10-19 21:38:45 +00:00 |
slava
|
b189879cd5
|
Use path+ in file responder
|
2006-10-19 21:34:38 +00:00 |
slava
|
364385bd6b
|
Fix resource responder
|
2006-10-19 21:34:22 +00:00 |
slava
|
7b05ede553
|
Furnace tools overhaul
|
2006-10-19 21:28:58 +00:00 |
slava
|
76f1b3bcfe
|
HTTPD tools moved to contrib/furnace and updated to use the new framework
|
2006-10-19 20:35:58 +00:00 |
slava
|
346063e9ac
|
More small fixes
|
2006-10-19 18:12:47 +00:00 |
slava
|
6a71e81ae7
|
Fix some typos
|
2006-10-19 17:59:05 +00:00 |
wayo.cavazos
|
509e83f8e5
|
load.factor files for slate and lindenmayer
|
2006-10-19 11:36:02 +00:00 |
wayo.cavazos
|
13936d792a
|
Fix REQUIRES: in automata and boids
|
2006-10-19 11:35:25 +00:00 |
wayo.cavazos
|
aec08d79ce
|
Remove contrib/action-field.factor (for now)
|
2006-10-19 11:33:38 +00:00 |
wayo.cavazos
|
7bdf70a351
|
Update boids to use the new slate
|
2006-10-19 11:19:32 +00:00 |
chris.double
|
cdecc54db5
|
lazy-lists: add lmerge
|
2006-10-09 23:20:16 +00:00 |
slava
|
c91cd333e9
|
Working on furnace
|
2006-10-16 03:59:04 +00:00 |
erg
|
3b4e485276
|
fix contrib/crypto
|
2006-10-14 06:26:34 +00:00 |
slava
|
9ed810a4c6
|
Contrib fixes
|
2006-10-14 20:14:55 +00:00 |
wayo.cavazos
|
d85c285046
|
run-rule calls .slate
|
2006-10-14 10:26:28 +00:00 |
wayo.cavazos
|
a655f2e2ab
|
Update automata to work with the new slate
|
2006-10-12 08:45:05 +00:00 |
wayo.cavazos
|
ae05687b21
|
Keys 1,2,3,4 move the camera to preset views
|
2006-10-08 12:04:38 +00:00 |
wayo.cavazos
|
29b60e23ff
|
Add some scenes
|
2006-10-08 12:03:36 +00:00 |
wayo.cavazos
|
8b48c60ced
|
Nicer polygon-normal
|
2006-10-08 12:03:07 +00:00 |
wayo.cavazos
|
209bb2ff4e
|
Add roll-until-horizontal to turtle.factor
|
2006-10-08 12:02:49 +00:00 |
wayo.cavazos
|
ed33de5a92
|
Remove roll-until-horizontal from lindenmayer.factor
|
2006-10-08 12:02:08 +00:00 |
slava
|
7e44705a01
|
Minor contrib/ fix
|
2006-10-14 04:27:54 +00:00 |
slava
|
341caf245c
|
Interface builder menu bar not works
|
2006-10-14 02:49:14 +00:00 |
erg
|
787be12e8a
|
fix contrib/sequences
|
2006-10-09 22:51:47 +00:00 |
erg
|
30fabc6055
|
sqlite -- add with-sqlite, update example
|
2006-10-09 07:57:40 +00:00 |
erg
|
ea73010a04
|
sqlite updates -- throw error name, modernize to FUNCTION: and put ffi in libsqlite.factor, remove indirect structs
|
2006-10-09 03:33:38 +00:00 |
chris.double
|
56aa601146
|
lazy-lists: make lconcat lazy
|
2006-10-09 01:23:06 +00:00 |
erg
|
067c98163f
|
remove last since peek already does the same thing
|
2006-10-09 00:12:59 +00:00 |
chris.double
|
0cdd57f2a9
|
lambda: fix for parser combinator changes
|
2006-10-08 11:41:42 +00:00 |
chris.double
|
da69cc1271
|
parser-combinators: fix 'satisfy' parser for empty strings
|
2006-10-08 11:31:23 +00:00 |
chris.double
|
ca33aa9c60
|
json: fix for parser combinator changes
|
2006-10-08 11:30:45 +00:00 |
chris.double
|
0c3a25fd4d
|
space-invaders: fix incorrect stack effects
|
2006-10-08 11:09:50 +00:00 |
chris.double
|
705b9b69f2
|
space-invaders: fix for parser combinator changes
|
2006-10-08 11:06:26 +00:00 |
chris.double
|
611c409d63
|
parser-combinators: make lazy where needed and fix tests
|
2006-10-08 11:03:07 +00:00 |
chris.double
|
7a45882be2
|
parser-combinators: refactor <?>
|
2006-10-06 03:38:48 +00:00 |
chris.double
|
e1cbba1272
|
parser-combinators: refactor <+>
|
2006-10-06 03:36:05 +00:00 |
chris.double
|
550cfc1046
|
parser-combinators: convert to new promise syntax
|
2006-10-06 03:15:57 +00:00 |
chris.double
|
ee67a9a92f
|
parser-combinators: refactor <*> and allow for promises to be implicitly forced in parsing
|
2006-10-06 02:53:55 +00:00 |
chris.double
|
080430a386
|
parser-combinators: refactor <:&> and <&:>
|
2006-10-06 02:46:02 +00:00 |
chris.double
|
c040050b52
|
parser-combinators: refactor <@ and some
|
2006-10-06 02:43:56 +00:00 |
chris.double
|
6b57e8ced7
|
parser-combinators: unit tests working with new framework
|
2006-10-06 01:39:08 +00:00 |
chris.double
|
0ea3720a33
|
parser-combinators: refactor 'sp' and 'just'
|
2006-10-06 01:28:01 +00:00 |
chris.double
|
87c6e27a2d
|
parser-combinators: refactor satisfy, <&> and <|>
|
2006-10-06 01:18:35 +00:00 |
chris.double
|
ea7cc87445
|
parser-combinators: refactor token and satisfy parsers
|
2006-10-05 22:52:26 +00:00 |