]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xmode/loader/syntax/syntax.factor
Updating code for make and fry changes
[factor.git] / basis / xmode / loader / syntax / syntax.factor
index 5512b68b046d8cd037facfcea211f8f1d4ac30aa..69c4e4fac39bf87cbb2338aa96c8815d4ad6e3fe 100644 (file)
@@ -1,6 +1,9 @@
-USING: accessors xmode.tokens xmode.rules xmode.keyword-map xml.data
-xml.utilities xml assocs kernel combinators sequences
-math.parser namespaces parser lexer xmode.utilities regexp io.files ;
+! Copyright (C) 2007, 2008 Slava Pestov.
+! See http://factorcode.org/license.txt for BSD license.
+USING: accessors xmode.tokens xmode.rules xmode.keyword-map
+xml.data xml.utilities xml assocs kernel combinators sequences
+math.parser namespaces make parser lexer xmode.utilities regexp
+io.files ;
 IN: xmode.loader.syntax
 
 SYMBOL: ignore-case?