]> gitweb.factorcode.org Git - factor.git/commit
fry: adding support for '{, 'H{, and 'HS{ syntax.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 19 Nov 2020 19:39:30 +0000 (11:39 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 19 Nov 2020 19:39:30 +0000 (11:39 -0800)
commitf1b8940d38cadb8098897ea0457b861eaa219294
treecb51b40e1144559097ec60570276d548a0d91290
parent2b068629dec0102763713035fe784c977d05cde7
fry: adding support for '{, 'H{, and 'HS{ syntax.

This is experimental, but allows frying nested sequences (as well as top
level hashtables and hash-sets).

IN: scratchpad 1 2 3 '{ _ V{ _ [ _ ] } } .
{ 1 V{ 2 [ 3 ] } }
core/bootstrap/syntax.factor
core/fry/authors.txt [new file with mode: 0644]
core/fry/fry-docs.factor [new file with mode: 0644]
core/fry/fry-tests.factor [new file with mode: 0644]
core/fry/fry.factor [new file with mode: 0644]
core/fry/summary.txt [new file with mode: 0644]
core/fry/tags.txt [new file with mode: 0644]
core/syntax/syntax.factor