]> gitweb.factorcode.org Git - factor.git/commit
sequences.parser: rename and redefine `next`
authorolus2000 <alsabak@gmail.com>
Sat, 13 Jan 2024 09:38:39 +0000 (10:38 +0100)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 15 Jan 2024 19:27:49 +0000 (11:27 -0800)
commitb642f4e31e4cb24ab66611d7f741c7ff7334def3
tree4dd2668608bf1f45ad49b8a789a0ddb366ea869b
parent5bb2aa6cef86734f8bcb5a37adf17a948b51d9d5
sequences.parser: rename and redefine `next`

Change the word `next` to advance the parser and *then* return the
element. Rename the old behavior of `next` to `consume`.
basis/compression/run-length/run-length.factor
basis/sequences/parser/authors.txt [deleted file]
basis/sequences/parser/parser-tests.factor [deleted file]
basis/sequences/parser/parser.factor [deleted file]
extra/html/parser/parser.factor
extra/lint/vocabs/vocabs.factor
extra/sequences/parser/authors.txt [new file with mode: 0644]
extra/sequences/parser/parser-tests.factor [new file with mode: 0644]
extra/sequences/parser/parser.factor [new file with mode: 0644]