Commit Graph

809 Commits (0a23aebc761c39a518a1a34af88acc2b298bff11)

Author SHA1 Message Date
Doug Coleman 0a23aebc76 Fix using 2007-12-04 14:17:34 -06:00
Doug Coleman 834090f09a Merge git://spitspat.com/git/factor 2007-12-04 14:16:04 -06:00
Doug Coleman 47bab61d72 Fix using 2007-12-04 14:15:41 -06:00
Doug Coleman 4ac3b181f0 Fix usings and vocab names 2007-12-04 14:14:33 -06:00
Doug Coleman e2acf8c386 Rename http.parser to html.parser 2007-12-04 14:14:07 -06:00
Doug Coleman 9448d956a4 More error checking in misc/factor.sh 2007-12-04 14:02:07 -06:00
Doug Coleman ac364e6e04 Add quick-update to misc/factor.sh 2007-12-04 13:44:46 -06:00
Doug Coleman c078621369 Merge git://spitspat.com/git/factor 2007-12-04 00:37:12 -06:00
Doug Coleman a3256d3693 Merge git://elasticdog.dnsalias.com/git/factor 2007-12-04 00:29:31 -06:00
Doug Coleman 4a855cc8e6 Add rlwrap to the programs to install 2007-12-04 00:14:52 -06:00
Aaron Schaefer 142bc22e00 Add edit-hook for EditPlus editor support 2007-12-04 01:05:41 -05:00
Doug Coleman c8ff8bfafb Merge git://spitspat.com/git/factor 2007-12-03 23:57:40 -06:00
Doug Coleman 5f900497d0 Remove random-tester from unmaintained 2007-12-03 23:57:09 -06:00
Doug Coleman 529fa92590 Port random-tester 2007-12-03 23:56:30 -06:00
Doug Coleman 61aaa4f0de Add nfirst to combinators.lib and add seq>stack 2007-12-03 23:54:59 -06:00
Doug Coleman 9718a4e176 Add support for TED Notepad 2007-12-03 23:44:21 -06:00
Doug Coleman cea8b7c2a1 Add support for EmEditor 2007-12-03 23:31:03 -06:00
Doug Coleman 9718387289 Merge git://spitspat.com/git/factor 2007-12-03 23:05:28 -06:00
Doug Coleman f1c6932eaa Add support for UltraEdit 2007-12-03 23:01:34 -06:00
Doug Coleman a5d450de63 Add stubs for ^ and $ 2007-12-03 22:43:33 -06:00
Doug Coleman 601c4fedcf Add some stubs for reluctant and possessive qualifiers 2007-12-03 21:46:56 -06:00
Doug Coleman 3a2eba8243 Remove some parser-combinators tests for <!> 2007-12-03 21:25:52 -06:00
Doug Coleman 9c577e881a Add install-x11, which can install the extra libraries for Factor on Linux X11
Add a message for git update (so the user doesn't think it got stuck)
Fix a bug to identify x86_64 as an x86 system
2007-12-03 21:17:23 -06:00
Slava Pestov 7a6fa3b431 Merge git://factorcode.org/git/factor 2007-12-03 19:29:33 -05:00
Slava Pestov 3c95a5a3ea Fix map>assoc where the input is a specialized array 2007-12-03 19:29:16 -05:00
Slava Pestov 113ea0962b Regexp bug fixes and improved literal syntax 2007-12-03 19:20:47 -05:00
Slava Pestov cd041abee3 Generalized pprint-string 2007-12-03 19:19:18 -05:00
Slava Pestov 7cbf7ba719 Updates for parser-combinators 2007-12-02 15:55:44 -05:00
Slava Pestov 12ff0614e6 Simpler 'union' parser 2007-12-02 07:19:01 -05:00
Slava Pestov 1fbfc88b90 More regexp changes 2007-12-02 07:17:12 -05:00
Slava Pestov 7f625f9836 Regexp cleanups 2007-12-02 07:07:32 -05:00
Slava Pestov e078fc2b2b Merge commit 'doublec/master' 2007-12-02 05:43:30 -05:00
Slava Pestov d56fddf0ca Merge commit 'erg/master' 2007-12-02 05:43:14 -05:00
Slava Pestov 9a0d318b91 Updating extra/xmode 2007-12-02 05:25:18 -05:00
Slava Pestov ca0df2cb46 Case insensitive globs for jEdit compatibility 2007-12-02 05:18:53 -05:00
Doug Coleman 159dd697e4 Fix stack effects
Add take-while
2007-11-30 20:23:27 -06:00
Doug Coleman db3fbb52b2 Add map-until and a unit test for it 2007-11-30 20:01:59 -06:00
Doug Coleman 8fadc570fc Add \Q...\E (escape all characters between \Q and \E) 2007-11-30 19:34:17 -06:00
Doug Coleman b629d6ebe1 Merge git://spitspat.com/git/factor 2007-11-30 19:22:39 -06:00
Doug Coleman cc3e56c122 Add generic to get a predicate out of a parser-combinator 2007-11-30 19:20:38 -06:00
Doug Coleman 22eb4def9d Redo escape characters
Add octal, hex, control chars, \t\n\r\f\a\e\w\W, posix character classes
2007-11-30 19:20:02 -06:00
Doug Coleman 566326a01e Let http.parser load 2007-11-29 11:36:30 -06:00
Doug Coleman d3350bcfdf Rename extra/browser to extra/http/parser 2007-11-29 11:18:46 -06:00
Chris Double 38beaac720 Infinite left recursion now causes a failed parser rather than a call stack error 2007-11-30 00:01:03 +13:00
Chris Double 3003911e07 Make some parsers uses MEMO: 2007-11-29 23:49:34 +13:00
Chris Double 362f2d3436 Fix packrat caching issue 2007-11-29 23:42:46 +13:00
Slava Pestov 31102fc37c Merge commit 'doublec/master' 2007-11-28 23:50:40 -05:00
Chris Double b51e4f642e Fix broken ebnf actions 2007-11-29 17:41:58 +13:00
Slava Pestov 9b666cdddb Add meta-data for extra/xmode 2007-11-28 23:38:07 -05:00
Slava Pestov 8ad78b3d0f Importing extra/xmode (port of jEdit's 'XMode' syntax highlighting engine) 2007-11-28 23:34:11 -05:00