factor/core
Doug Coleman c4cd8991be modern: Fix all the syntax errors.
Support ``{abc}foo{`` as a token name

Bug to fix:
! should error
[[M: error-class see-class*
    <colon \ ERROR: pprint-word
    {
        [ pprint-word ]
        [ superclass. ]
        [ <block "slots" word-prop [ name>> pprint-slot-name ] each block> pprint-semi ]
        [ tuple-declarations. ]
    } cleave
    block> ;]] string>literals >strings
2019-10-20 14:17:09 -05:00
..
alien modern: Removing ch'a syntax. 2019-09-28 10:59:07 -05:00
arrays factor: commit weekend work. 2017-09-11 16:37:47 -05:00
ascii modern: Removing ch'a syntax. 2019-09-28 10:59:07 -05:00
assocs Merge remote-tracking branch 'origin/master' into modern-harvey3 2019-02-11 17:46:47 -06:00
bootstrap bootstrap.syntax: dead code -> deleted 2018-08-07 14:40:31 -04:00
byte-arrays
byte-vectors core: Remove some foo'bar words and a lot of postpone: 2018-08-09 21:59:15 -04:00
checksums modern: Removing ch'a syntax. 2019-09-28 10:59:07 -05:00
classes modern: Fix all the syntax errors. 2019-10-20 14:17:09 -05:00
combinators Merge remote-tracking branch 'origin/master' into modern-harvey3 2019-04-07 10:32:28 -05:00
command-line factor: Rename all #foo words except # so # can be a sigil. 2018-08-10 13:15:25 -05:00
compiler Merge remote-tracking branch 'origin/master' into modern-harvey3 2019-06-05 23:50:08 -05:00
continuations Merge remote-tracking branch 'origin/master' into modern-harvey3 2019-06-05 23:50:08 -05:00
cpu/architecture factor: Rename all #foo words except # so # can be a sigil. 2018-08-10 13:15:25 -05:00
definitions Merge remote-tracking branch 'origin/master' into modern-harvey3 2018-08-24 16:49:34 -05:00
delegate modern: Fix all the syntax errors. 2019-10-20 14:17:09 -05:00
destructors continuations[-docs]: add the finally word 2019-04-22 21:57:51 -07:00
effects modern: Removing ch'a syntax. 2019-09-28 10:59:07 -05:00
factor factor: char: a -> ch'a. 2018-08-09 18:02:38 -04:00
fry fry: Undo _ change. 2019-10-06 13:38:32 -05:00
functors2 Revert "factor: vocab:word -> vocab::word" 2018-08-02 08:21:52 -04:00
generalizations Merge remote-tracking branch 'origin/master' into modern-harvey3 2019-04-07 10:32:28 -05:00
generic modern: Fix all the syntax errors. 2019-10-20 14:17:09 -05:00
graphs Revert "factor: vocab:word -> vocab::word" 2018-08-02 08:21:52 -04:00
grouping factor: Rename short to shorted. rename setup-each. fix usings. 2018-09-04 00:08:41 -05:00
growable core: Add the shuffler words but without primitives. 2018-06-19 22:52:58 -05:00
hash-sets Merge branch 'master' into modern-harvey2 2018-06-20 00:26:12 -05:00
hashtables Merge branch 'master' into modern-harvey2 2018-06-20 00:26:12 -05:00
hints factor: Rename all #foo words except # so # can be a sigil. 2018-08-10 13:15:25 -05:00
init factor: SYMBOL: foo foo [ bar ] initialize -> INITIALIZED-SYMBOL: foo [ bar ] 2018-08-04 21:53:05 -04:00
interpolate Merge remote-tracking branch 'origin/master' into modern-harvey2 2018-02-18 11:29:09 -06:00
io modern: Removing ch'a syntax. 2019-09-28 10:59:07 -05:00
kernel factor: whitespace commit. 2019-09-28 10:23:53 -05:00
layouts Merge remote-tracking branch 'origin/master' into modern-harvey2 2018-08-02 07:57:42 -04:00
lexer modern: Removing ch'a syntax. 2019-09-28 10:59:07 -05:00
locals modern: Fix all the syntax errors. 2019-10-20 14:17:09 -05:00
macros modern: Fix all the syntax errors. 2019-10-20 14:17:09 -05:00
make modern: Removing ch'a syntax. 2019-09-28 10:59:07 -05:00
math modern: Removing ch'a syntax. 2019-09-28 10:59:07 -05:00
memoize modern: Fix all the syntax errors. 2019-10-20 14:17:09 -05:00
memory basis/,core/,extra/: more tags 2017-07-08 18:31:39 +02:00
multiline modern: Removing ch'a syntax. 2019-09-28 10:59:07 -05:00
namespaces
parser modern: Fix all the syntax errors. 2019-10-20 14:17:09 -05:00
present Merge remote-tracking branch 'origin/master' into modern-harvey2 2018-02-18 11:29:09 -06:00
quotations core: Remove some foo'bar words and a lot of postpone: 2018-08-09 21:59:15 -04:00
sbufs modern: Removing ch'a syntax. 2019-09-28 10:59:07 -05:00
sequences fry: Undo _ change. 2019-10-06 13:38:32 -05:00
sets core: Remove some foo'bar words and a lot of postpone: 2018-08-09 21:59:15 -04:00
slots Merge remote-tracking branch 'origin/master' into modern-harvey3 2018-08-24 16:49:34 -05:00
sorting sorting: simplify l-next, r-next. 2018-01-22 11:45:54 -08:00
source-files factor: Rename all #foo words except # so # can be a sigil. 2018-08-10 13:15:25 -05:00
splitting modern: Removing ch'a syntax. 2019-09-28 10:59:07 -05:00
stack-checker Merge remote-tracking branch 'origin/master' into modern-harvey3 2019-10-06 13:23:35 -05:00
strings modern: Removing ch'a syntax. 2019-09-28 10:59:07 -05:00
summary Merge remote-tracking branch 'origin/master' into modern-harvey3 2019-09-27 08:14:30 -05:00
syntax modern: Fix all the syntax errors. 2019-10-20 14:17:09 -05:00
system Merge remote-tracking branch 'origin/master' into modern-harvey3 2019-02-11 17:46:47 -06:00
typed core: Remove some foo'bar words and a lot of postpone: 2018-08-09 21:59:15 -04:00
vectors
vocabs modern: Removing ch'a syntax. 2019-09-28 10:59:07 -05:00
words modern: Fix all the syntax errors. 2019-10-20 14:17:09 -05:00