! Copyright (C) 2009 Maxim Savchenko. ! See http://factorcode.org/license.txt for BSD license. USING: kernel sequences assocs namespaces lexer vocabs.parser sandbox ; IN: sandbox.syntax SYNTAX: APPLY: scan sandbox-use+ ; SYNTAX: APPLYING: ";" parse-tokens [ sandbox-use+ ] each ;