Doug Coleman
|
8c3df2ede4
|
core: Remove some foo'bar words and a lot of postpone:
|
2018-08-09 21:59:15 -04:00 |
Doug Coleman
|
f05c7e8cd8
|
factor: char: a -> ch'a.
Also all contractions are not allowed in word names anymore. Even Data cannot use contractions...
|
2018-08-09 18:02:38 -04:00 |
Doug Coleman
|
924b434336
|
Revert "factor: vocab:word -> vocab::word"
This reverts commit 354f1cbd34.
|
2018-08-02 08:21:52 -04:00 |
Doug Coleman
|
53b1a81049
|
Merge branch 'master' into modern-harvey2
|
2018-06-20 00:26:12 -05:00 |
Doug Coleman
|
9f213f96f6
|
core: Add the shuffler words but without primitives.
The nipd branch slowed bootstrap by a minute, this patch does not.
sorry about changing the fjsc line endings...
|
2018-06-19 22:52:58 -05:00 |
Doug Coleman
|
ddfe23ccca
|
Merge branch 'master' into modern-harvey2
|
2018-03-15 11:48:24 -05:00 |
John Benediktsson
|
5acacf109b
|
unicode.collation: minor cleanup.
|
2018-03-14 15:46:10 -07:00 |
Doug Coleman
|
354f1cbd34
|
factor: vocab:word -> vocab::word
|
2017-12-29 00:43:25 -08:00 |
Doug Coleman
|
516a6909ac
|
unicode: Bump the version number, use CONSTANT:
|
2017-09-24 19:27:18 -05:00 |
Doug Coleman
|
f7ddfb44b7
|
unicode.collation: Fixes 40k+ unit tests, but is a change from Unicode 9.0 to 10.0
It looks like the fourth weights in the collation algorithm now generate fewer 0xffff, particularly when the secondary and tertiary slots are zero.
|
2017-09-24 19:26:02 -05:00 |
Doug Coleman
|
c1bdb4b11e
|
unicode: Update to Unicode 10.0 from last year's patch.
|
2017-09-20 21:00:31 -05:00 |
Doug Coleman
|
3aa096e2e5
|
docs: Update docs.
|
2017-08-31 21:21:14 -05:00 |
Doug Coleman
|
5507c2b676
|
factor: [let to let[, [| to |[
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
147ae66ab5
|
factor: SYNTAX: \foo
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
c436f6dbad
|
factor: char: postpone: color: hexcolor: flexhexcolor: decimal:
|
2017-08-31 21:21:13 -05:00 |
Doug Coleman
|
e189954ecc
|
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ;
|
2017-06-02 11:57:05 -05:00 |
John Benediktsson
|
f4ccfa0f71
|
sets: moving unique/conjoin/conjoin-at to compiler.utilities.
|
2017-02-07 18:54:24 -08:00 |
John Benediktsson
|
b93bc1ac5e
|
simple-flat-file: rename ``data`` to ``load-data-file``.
|
2017-02-02 16:21:06 -08:00 |
Alexander Iljin
|
2fd5654473
|
Add EOL at EOF for all authors.txt files for consistency
In some instances replaced CR/LF with LF.
|
2016-07-30 09:25:30 -07:00 |
John Benediktsson
|
abbefc96b9
|
using ``H{ } zip-index-as``.
instead of ``<enum> [ swap ] H{ } assoc-map-as``.
|
2016-07-16 10:53:36 -07:00 |
John Benediktsson
|
b67b1c0287
|
unicode: add the number of tests...
...so we don't accidentally stop testing things that should be tested.
|
2016-07-10 18:18:41 -07:00 |
John Benediktsson
|
dd4fb140b6
|
unicode.normalize: better tests that don't spam the console.
|
2016-07-10 16:54:02 -07:00 |
John Benediktsson
|
55565ace6d
|
unicode.collation: better tests that don't spam the console.
|
2016-07-10 16:36:14 -07:00 |
John Benediktsson
|
2a5e0e7f4f
|
replace some 1 head* with but-last.
|
2016-04-16 15:54:23 -07:00 |
Doug Coleman
|
534c8f1d4d
|
unicode: Let upper? lower? etc work with slices by using sequence= instead of =.
|
2016-04-10 11:39:50 -07:00 |
John Benediktsson
|
cb3bbc8a40
|
unicode: get the tests to run again.
|
2016-03-31 06:04:37 -07:00 |
John Benediktsson
|
498285d7dd
|
unicode: make this the API for all unicode things.
|
2016-03-30 23:29:48 -07:00 |
John Benediktsson
|
3f18b71d07
|
cleanup some QUALIFIED: that are no longer needed.
|
2016-03-29 10:20:16 -07:00 |
Doug Coleman
|
7a6570b355
|
unicode.data, terrain.generation: remove abusive stack effect names.
|
2016-03-25 03:13:27 -07:00 |
John Benediktsson
|
dac179bc33
|
unicode.normalize: cleanup usings.
|
2015-10-26 18:25:52 -07:00 |
Doug Coleman
|
330c7ba156
|
factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots named ``at`` and change-at for hashtables.
Redo many FROM: and QUALIFIED: and using lists.
|
2015-08-12 08:49:02 -05:00 |
Doug Coleman
|
4ec2311406
|
factor: Trim whitespace after ! comments and a few USING: lines that got skipped before.
|
2015-07-18 20:14:22 -07:00 |
Doug Coleman
|
892c62e1dc
|
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
|
2015-07-03 09:39:59 -07:00 |
Doug Coleman
|
59f3b1ea57
|
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.
This reverts commit 7e54cc2824.
|
2015-07-02 13:47:06 -07:00 |
Doug Coleman
|
7e54cc2824
|
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
|
2015-07-02 11:36:08 -07:00 |
Doug Coleman
|
999aa7c897
|
factor: clean up spaces in -tests files
|
2015-07-02 10:34:01 -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 |
Doug Coleman
|
6e60c811ac
|
core: Rename create to create-word, create-in to create-word-in.
|
2015-06-08 12:47:35 -07:00 |
Doug Coleman
|
a318ec1eb0
|
unicode.breaks: Rename words to unicode-words
|
2015-06-08 12:45:15 -07:00 |
John Benediktsson
|
296968580a
|
use assoc-reject instead of [ ... not ] assoc-filter.
|
2015-05-12 19:08:42 -07:00 |
John Benediktsson
|
b366a06c41
|
use reject instead of [ ... not ] filter.
|
2015-05-12 18:50:34 -07:00 |
Benjamin Pollack
|
2c3dd8c3c8
|
Remove executable bit from tons of files that aren't
|
2014-11-05 20:40:42 -08:00 |
Björn Lindqvist
|
60ffe0680e
|
kernel: new combinator 2with = with with
|
2014-07-22 07:40:13 -07:00 |
John Benediktsson
|
0c3580844d
|
kernel: remove ?execute, not used much, and a little bit confusing.
|
2014-06-07 09:56:47 -07:00 |
John Benediktsson
|
57f9d78892
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
John Benediktsson
|
b244b3f731
|
unicode.collation: minor doc fix.
|
2014-05-20 09:13:36 -07:00 |
John Benediktsson
|
8645b1db49
|
unicode.breaks: change to using constants instead of globals.
|
2014-05-19 20:59:42 -07:00 |
John Benediktsson
|
a9d1e320d2
|
unicode.script: change to use a constant instead of a global.
|
2014-05-19 14:29:16 -07:00 |
John Benediktsson
|
97e658fc17
|
unicode.data: using interval-sets.
|
2014-05-18 22:50:03 -07:00 |
John Benediktsson
|
18a36c334a
|
unicode: some performance improvements to category checking.
|
2014-05-18 20:47:36 -07:00 |