]> gitweb.factorcode.org Git - factor.git/commit
vocabs.parser: fix with-words to be properly restartable.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 17 Dec 2020 00:03:55 +0000 (16:03 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 17 Dec 2020 00:03:55 +0000 (16:03 -0800)
commit35a115239f7a671ae452e608623ff53c4f5e498d
tree9f2fa53f17817cac0d99892351a567153ce2a450
parentfdf54cf0b11978ec300be74bfdfa4c75a71252ad
vocabs.parser: fix with-words to be properly restartable.

We want with-words to unuse-words when a restart is provided but
not restarted, but if restarted, we need to use-words again and
then unuse-words.
core/vocabs/parser/parser-docs.factor
core/vocabs/parser/parser.factor