John Benediktsson
|
4a144e5ea7
|
more test IN: cleanup.
|
2018-02-15 08:45:08 -08:00 |
Jon Harper
|
5af166b8f5
|
add DOCTYPE html in most places.
4ef4235 started it. This is also good for html emails like in
extra/webapps/mason/backend/watchdog/watchdog.factor .
I just grepped for "<html>".
|
2017-01-05 09:03:46 -08:00 |
Jon Harper
|
6bdb62d142
|
docs: typos: occurence -> occurrence
Didn't fix the one at extra/webapps/fjsc/www/termlib/readme.txt
because it's from upstream
|
2016-10-28 09:32:51 -07:00 |
Björn Lindqvist
|
20711a0fd3
|
Adding escaping to CHAR: " -> CHAR: \"
It is not necessary to escape the " character, but it doesn't hurt and
is necessary for syntax-highlighting (FUEL) to work correctly.
|
2016-09-04 06:40:43 +02:00 |
John Benediktsson
|
42ae9ac015
|
lists: first pass at some cleanup.
Now lists.lazy:lmap-lazy and lists.lazy:lappend-lazy names differentiate
from their non-lazy counterparts in lists.
|
2016-04-17 13:08:32 -07:00 |
John Benediktsson
|
498285d7dd
|
unicode: make this the API for all unicode things.
|
2016-03-30 23:29:48 -07:00 |
John Benediktsson
|
59caf874a3
|
syntax: removing #! as a comment character.
We don't need two types of comments and shebang (#!) is handled
natively by the lexer, so the original reason for #! is not valid.
|
2015-09-09 18:28:08 -07:00 |
John Benediktsson
|
e477f6996f
|
Fix comments to be ! not #!.
|
2015-09-08 16:15:10 -07:00 |
Doug Coleman
|
904b526779
|
parser-combinators: fix up look sharp!
|
2015-08-15 21:21:03 -07:00 |
Doug Coleman
|
b0ea2a0036
|
extra: remove rest of 'word' names.
|
2015-08-15 18:51:10 -07:00 |
John Benediktsson
|
b5a671cd88
|
peg: replace uses of digits>integer with string>number.
|
2015-07-19 19:18:47 -07:00 |
Doug Coleman
|
999aa7c897
|
factor: clean up spaces in -tests files
|
2015-07-02 10:34:01 -07:00 |
Doug Coleman
|
e3cb325040
|
factor: clean up whitespace in -docs files
|
2015-07-02 10:31:22 -07:00 |
Doug Coleman
|
352e5de16a
|
core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
|
2015-06-29 17:25:40 -07:00 |
Benjamin Pollack
|
2c3dd8c3c8
|
Remove executable bit from tons of files that aren't
|
2014-11-05 20:40:42 -08:00 |
Doug Coleman
|
4ffbfc2602
|
basis/extra: Fix load errors
|
2013-03-24 22:19:28 -07:00 |
John Benediktsson
|
860a734e96
|
parser-combinators: fix constructor stack effects.
|
2011-10-18 19:23:22 -07:00 |
Slava Pestov
|
0612bc6177
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
Joe Groff
|
a5957b188d
|
nip most uses of tuck from extra
|
2009-11-05 22:22:21 -06:00 |
Doug Coleman
|
3f3d57032b
|
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
|
2009-08-13 19:21:44 -05:00 |
Doug Coleman
|
f33883658a
|
fix lazy lists
|
2009-05-18 16:17:11 -05:00 |
Slava Pestov
|
9c239694bf
|
Update unit tests for parser note and lazy list changes
|
2009-05-16 13:41:11 -05:00 |
Slava Pestov
|
df18c0b6e7
|
Making more code infer
|
2009-04-15 19:03:44 -05:00 |
Slava Pestov
|
83dbc2334e
|
Remove parser-combinators.regexp since regexp supercedes it
|
2009-03-13 19:46:16 -05:00 |
Daniel Ehrenberg
|
0c589061ad
|
More docs for lazy lists, getting rid of lazy-map-with
|
2009-02-09 16:18:24 -06:00 |
Daniel Ehrenberg
|
35b526cc7a
|
Docs for lists, consolidating list functionality in lists, minor API changes
|
2009-02-09 14:29:09 -06:00 |
Doug Coleman
|
3c408342ef
|
renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail
|
2009-01-29 22:19:07 -06:00 |
Daniel Ehrenberg
|
ad53cb8635
|
Privatizing unicode.case:ch>{lower,upper,title}
|
2009-01-08 19:07:46 -06:00 |
Slava Pestov
|
acf0d8d9c8
|
Get furnace and websites..concatenative to load
|
2008-12-17 19:39:02 -06:00 |
Slava Pestov
|
97a91579bb
|
Fix load error
|
2008-12-08 19:46:07 -06:00 |
Doug Coleman
|
c75777b7a2
|
swap ... 3append -> surround in extra
|
2008-12-06 18:58:05 -06:00 |
Doug Coleman
|
4e81c83e64
|
remove lib usage
|
2008-10-02 17:34:42 -05:00 |
Doug Coleman
|
1588d2ab4c
|
fix a using
|
2008-09-18 23:49:51 -05:00 |
Doug Coleman
|
01cafb935b
|
moved regexp to parser-combinators.regexp
|
2008-09-18 13:47:42 -05:00 |
Doug Coleman
|
89386ae636
|
left-trim -> trim-left
|
2008-09-05 18:56:57 -05:00 |
Doug Coleman
|
27ab6d699c
|
new accessors
|
2008-09-02 03:04:34 -05:00 |
Doug Coleman
|
978adcf90c
|
new accessors
|
2008-08-30 21:59:46 -05:00 |
James Cash
|
0ca627051e
|
Changing vocabs USING: to reflect which words are in lists and lists.lazy
|
2008-06-03 16:57:29 -04:00 |
James Cash
|
1bd222228c
|
Making sure that vocabs only have lists or lists.lazy if they need them
|
2008-06-03 05:06:52 -04:00 |
James Cash
|
8d4de9d9ed
|
Some files only need lists.lazy, not lists as well
|
2008-06-03 04:41:36 -04:00 |
James Cash
|
1818a743bd
|
Updating libraries that uses lazy-lists to use lists/lazy
|
2008-06-03 04:27:25 -04:00 |
Doug Coleman
|
4d0ba8c3c1
|
reverse args for assoc-diff, diff
fix lots of usings
fix help lint
|
2008-04-26 02:01:43 -05:00 |
Doug Coleman
|
b7c1f9dbe8
|
extra 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:17:08 -05:00 |
Doug Coleman
|
72080fda4a
|
construct-boa -> boa
construct-empty -> new
|
2008-04-13 15:06:27 -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
|
32526206f1
|
Help fixes
|
2008-03-11 19:51:58 -05:00 |
Doug Coleman
|
a969b9c778
|
use sequences.deep's flatten
|
2008-03-03 13:29:28 -06:00 |
Slava Pestov
|
e98cd1fd59
|
New convention for unit tests
|
2008-03-01 17:00:45 -05:00 |
Slava Pestov
|
91f4ca6a56
|
Fighting fires
|
2008-02-21 02:08:08 -06:00 |