Commit Graph

1411 Commits (93187f356b5905c7a5c42427100e71e1f3601237)

Author SHA1 Message Date
Chris Double a376cb6cc3 Add summary, author and tags to peg.search 2007-12-20 17:10:45 +13:00
Chris Double 6a8bfad475 Rename peg.replace to peg.search 2007-12-20 17:09:12 +13:00
Chris Double 6bd283ffa3 Convert parser-combinators.replace to pegs 2007-12-20 17:06:21 +13:00
Chris Double 42e20874fe Fix USING: in parser-combinators.replace 2007-12-20 16:50:08 +13:00
Chris Double 7817af0104 Fix IN: in parser-combinators.simple 2007-12-20 16:48:58 +13:00
Chris Double 9a5335e718 Fix IN: in parser-combinators.replace 2007-12-20 16:46:25 +13:00
Slava Pestov 6636a75a8a Move experimental code to core/compiler/ 2007-12-19 20:55:40 -05:00
Chris Double b5186937a4 Port fjsc to use pegs instead of parser combinators 2007-12-20 12:48:45 +13:00
Chris Double d45ed669f8 Add digit, number and string parser to peg 2007-12-20 11:54:17 +13:00
Doug Coleman afc6100c54 add IN: temporary to tests file 2007-12-19 16:21:05 -06:00
Daniel Ehrenberg b8f210a3be Merge branch 'master' into xml
Conflicts:

	extra/rss/rss.factor
	extra/sequences/lib/lib.factor
	extra/xml/data/data.factor
2007-12-19 12:40:55 -05:00
Daniel Ehrenberg 58a0dff77c XML fixes 2007-12-19 12:33:34 -05:00
Doug Coleman 109e3d77d4 Merge git://spitspat.com/git/factor 2007-12-18 22:12:22 -06:00
Aaron Schaefer fcfb8fbedf add initial project-euler solutions and support vocabs 2007-12-18 20:57:16 -05:00
Doug Coleman 27ed0225ab add self-update to factor.sh -- it downloads git, makes an image, and bootstraps 2007-12-18 17:07:24 -06:00
Doug Coleman de7531424b Return 1 to shell on error 2007-12-18 16:59:03 -06:00
Doug Coleman 54be2b85f5 Merge git://factorcode.org/git/factor 2007-12-18 16:47:07 -06:00
Doug Coleman 8aed4d6b26 fix bootstrap (tag-matches? -> tag-named?) 2007-12-18 16:14:47 -06:00
Doug Coleman 8a98adec79 Merge git://factorcode.org/git/factor 2007-12-18 16:07:09 -06:00
Doug Coleman 4ee0f7bcf1 Merge git://factorcode.org/git/factor 2007-12-18 16:05:14 -06:00
Slava Pestov 326fb1b01d Merge commit 'dharmatech/master' 2007-12-18 17:04:57 -05:00
Doug Coleman 8899f07721 Merge http://littledan.onigirihouse.com/factor 2007-12-18 16:04:57 -06:00
Eduardo Cavazos 80c20bebc4 typo 2007-12-18 15:22:06 -06:00
Eduardo Cavazos ccbb865f3d typo 2007-12-18 15:16:41 -06:00
Doug Coleman d2163097f0 Add cut-all, human-sort to sequences.lib 2007-12-18 02:37:06 -06:00
Doug Coleman 523ca2033b Merge git://spitspat.com/git/factor
Conflicts:

	extra/furnace/furnace.factor
2007-12-18 02:36:29 -06:00
Doug Coleman 2447a20ad5 Update help webapp to work with the overhauled furnace 2007-12-18 02:24:41 -06:00
Doug Coleman 1c3c7db0bc Overhaul furnace
- validators work!
 - added sessions
 - add error checking to pastebin
 - add define-form, defalut-values
2007-12-18 02:24:05 -06:00
Doug Coleman 69d056187b rearrange package order 2007-12-18 02:08:34 -06:00
Daniel Ehrenberg 315f7319fb FAQ fix 2007-12-18 00:43:13 -05:00
Daniel Ehrenberg 8aa6fe29a0 Merge branch 'master' into trees 2007-12-17 18:37:05 -05:00
Daniel Ehrenberg 49b8380787 Merge branch 'xml-utils' 2007-12-17 18:26:34 -05:00
Daniel Ehrenberg 72a164e418 XML utilities 2007-12-17 18:26:10 -05:00
Slava Pestov 308cf5aef7 Listener auto-compiles; more smart recompile work in progress 2007-12-17 16:29:54 -05:00
Slava Pestov 51992905b2 Inference tests tweak 2007-12-17 16:29:26 -05:00
Daniel Ehrenberg 416556ce63 New hashcode function 2007-12-17 15:46:55 -05:00
Daniel Ehrenberg 5fb4d9cbb9 XML utilities 2007-12-17 15:31:10 -05:00
Daniel Ehrenberg d6e445df1f XML attrs 2007-12-17 15:29:21 -05:00
Daniel Ehrenberg cd86eb8feb Sequence hashcode 2007-12-17 00:42:41 -05:00
Daniel Ehrenberg c0d2654618 Merge branch 'master' into hashcode
Conflicts:

	core/sequences/sequences.factor
2007-12-17 00:20:03 -05:00
Slava Pestov 43dd703981 Simplifying the compiler and parser a little bit 2007-12-16 20:35:00 -05:00
Slava Pestov 9ef535bc77 Add greendale's partition combinator to sequences.lib 2007-12-16 20:34:44 -05:00
Slava Pestov 7b17a9fcc2 Fix 'make clean' and release scripts 2007-12-16 18:43:26 -05:00
Slava Pestov 3c5b2073ef Fix save-image-and-exit, clean up compiler a bit 2007-12-16 18:42:56 -05:00
Slava Pestov 53f5994893 Merge branch 'smart_recompile' of slava@10.0.0.2:factor into smart_recompile 2007-12-16 15:30:21 -05:00
Slava Pestov 81de7fc696 Merge slava@10.0.0.2:factor into smart_recompile 2007-12-16 15:25:52 -05:00
Slava Pestov c9646d20c5 Working on smarter recompilation 2007-12-16 15:17:28 -05:00
Daniel Ehrenberg 87b4633318 Merge git://factorcode.org/git/factor 2007-12-15 16:22:06 -05:00
Daniel Ehrenberg c726962a7a Fixing insufficient safety in flip and M: column virtual@ 2007-12-15 16:20:32 -05:00
Eduardo Cavazos 2087abdbf2 Merge branch 'master' of git://factorcode.org/git/factor 2007-12-15 14:58:54 -06:00