Commit Graph

3985 Commits (f44d37fe2ce28ba6ee33ea6f7e25ab1a54cd573d)

Author SHA1 Message Date
chris.double f44d37fe2c fjsc: add support for vocabs 2006-12-17 03:11:42 +00:00
chris.double 40b9a43aef fjsc: add map and reduce back 2006-12-17 00:09:19 +00:00
chris.double a1f1d42c2c fjsc: use setTimeout to jump out of call stack to prevent stack blowout 2006-12-16 23:45:49 +00:00
chris.double 0350a00acc fjsc: remove 'world' parameter 2006-12-16 23:32:34 +00:00
chris.double 81820c1bca fjsc: javascript refactorings 2006-12-16 23:25:12 +00:00
chris.double b8163eadfb fjsc: fix parsing of factor quotations 2006-12-16 23:02:35 +00:00
chris.double b99936be9a fjsc: refactor alien calls 2006-12-16 22:58:35 +00:00
chris.double 8b6bf522df fjsc: allow compilation of factor quotations to javascript 2006-12-16 22:35:53 +00:00
chris.double f1256d0f3c fjsc: add '=' primitive 2006-12-16 22:35:35 +00:00
chris.double 070d38c850 fjsc: add callcc0 and continue 2006-12-16 14:24:39 +00:00
chris.double f25f82cc97 fjsc: move to CPS compiling javascript 2006-12-16 13:46:04 +00:00
slava 6c6d131b0b Documentation for document class and words 2006-12-17 04:17:12 +00:00
chris.double f587b91ccf fjsc: add execute 2006-12-15 23:11:12 +00:00
erg bd5a5fcf5f fix efect typo 2006-12-16 20:58:03 +00:00
slava 2111fa2236 Fix conflicts 2006-12-15 23:06:22 +00:00
chris.double 0cc69c944e fjsc: add http-get 2006-12-15 13:36:38 +00:00
chris.double d651cce933 fjsc: added stack effects and parsing performance enhancements 2006-12-15 12:51:53 +00:00
chris.double fb01efed25 parser-combinators: added <!?> 2006-12-15 12:51:38 +00:00
chris.double 5a88cc8d75 parser-combinators: added <!+>, <!*> and only-first parsers 2006-12-15 12:22:09 +00:00
chris.double 46d1270d8f lazy-lists: fix bug with ltake and nil? 2006-12-15 12:18:31 +00:00
chris.double bf1da849a9 fjsc: allow comments with ! and #! 2006-12-15 08:11:07 +00:00
chris.double 51f22055d1 fjsc: add \ word functionality 2006-12-15 08:03:13 +00:00
chris.double 0850fd1277 fjsc: add swap 2006-12-15 07:56:00 +00:00
chris.double 2ebb4a88f9 fjsc: add run-file and ability to have bootstrap factor code 2006-12-15 07:49:42 +00:00
chris.double 0d2bfb1c84 fjsc: fixup alien-invoke 2006-12-15 07:14:50 +00:00
chris.double 7914c642a9 fjsc: add alien-invoke 2006-12-15 06:59:47 +00:00
chris.double 70e27d25e3 fjsc: fix unit tests 2006-12-15 06:29:35 +00:00
chris.double e68593d9e5 fjsc: remove extraneous semicolons in compiled output 2006-12-15 06:18:01 +00:00
chris.double fba42655be google-search: add to all.factor 2006-12-14 13:38:19 +00:00
chris.double 49b85d2525 google-search: library for searching google 2006-12-14 13:36:40 +00:00
chris.double f23ba12c95 apps/rss: fix bitrot and broken stack effects 2006-12-14 13:35:53 +00:00
chris.double 6a46eb2b2d fjsc: added over, if, =, empty? 2006-12-11 15:31:35 +00:00
chris.double 3f2eb45dde fjsc: fix load order bug 2006-12-11 15:15:47 +00:00
chris.double 713d1aa352 fjsc: add arrays, reduce, map, etc 2006-12-11 14:51:48 +00:00
chris.double 795577f49d fjsc: add '.' word 2006-12-11 13:59:23 +00:00
chris.double 44bee2c3b8 fjsc: add math operations 2006-12-11 13:57:54 +00:00
chris.double c9e8417f60 fjsc: add ability to define new words 2006-12-11 13:55:00 +00:00
chris.double 3fcc63f1bd fjsc: refactoring of javascript 2006-12-11 13:11:10 +00:00
chris.double 713d328415 httpd: add errors namespace to embedded.factor 2006-12-11 12:40:30 +00:00
chris.double b7619cffc4 fjsc: change to a furnace based responder 2006-12-11 12:37:27 +00:00
chris.double 7837e83955 fjsc: add factor to javascript compiler to all load scripts 2006-12-11 11:17:00 +00:00
chris.double 88260bccbf fjsc: initial version of factor to javascript compiler 2006-12-11 11:14:58 +00:00
erg ed899e53cb fix failing unit test on windows 2006-12-15 21:43:42 +00:00
slava 4137f6cddb Add a unit test which fails on Windows 2006-12-15 21:10:20 +00:00
erg 688425f94d initial libs/sql 2006-12-15 09:06:17 +00:00
erg 9e705d5599 fix typo in fooify-test 2006-12-14 19:38:48 +00:00
erg d03f46e784 more cleanup in random-tester 2006-12-14 09:26:26 +00:00
erg bb92e43a43 remove an unused word in random-tester 2006-12-14 09:06:27 +00:00
erg 4780ef34b5 remove some words from random-tester, remove some debug output 2006-12-14 09:04:56 +00:00
erg 5fdae530bb fix permutations for random-tester 2006-12-13 23:48:37 +00:00