]> gitweb.factorcode.org Git - factor.git/commit
parser: new parsing word parse-array-def
authorBjörn Lindqvist <bjourne@gmail.com>
Sat, 3 Dec 2016 11:56:47 +0000 (12:56 +0100)
committerBjörn Lindqvist <bjourne@gmail.com>
Sat, 3 Dec 2016 11:56:47 +0000 (12:56 +0100)
commit1c53e43768fa7863f91bbd98e484164d3d149203
treec2ae142ed2898f4de435f8274d964f6f21d852d3
parent4d5b83c3f534ad6a85b388e54ebe92f782e6c0dd
parser: new parsing word parse-array-def

The idea behind this word is that in many cases parsing to an array is
much more convenient than parsing to a quotation.
core/parser/parser-docs.factor
core/parser/parser-tests.factor
core/parser/parser.factor