! (c)2009 Joe Groff bsd license USING: fry io io.directories io.encodings.ascii io.encodings.utf8 io.launcher io.pathnames kernel lexer namespaces parser sequences splitting vocabs vocabs.loader ; IN: vocabs.git ERROR: git-revision-not-found path ; : use-vocab-rev ( vocab-name rev -- ) [ create-vocab vocab-source-path dup ] dip git-object-id [ [ input-stream get swap parse-stream call( -- ) ] with-git-object-stream ] [ git-revision-not-found ] if* ; SYNTAX: USE-REV: scan scan use-vocab-rev ;