add license and copywrite to extra/llvm vocabs
parent
b46999584b
commit
778707e8fa
|
@ -1,3 +1,5 @@
|
|||
! Copyright (C) 2009 Matthew Willis.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.libraries alien.syntax ;
|
||||
|
||||
IN: llvm.core
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
! Copyright (C) 2009 Matthew Willis.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.libraries alien.syntax llvm.core ;
|
||||
IN: llvm.engine
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
! Copyright (C) 2009 Matthew Willis.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.llvm io.pathnames llvm.invoker llvm.reader tools.test ;
|
||||
|
||||
[ 3 ] [
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
! Copyright (C) 2009 Matthew Willis.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien arrays assocs compiler.units effects
|
||||
io.backend io.pathnames kernel llvm.core llvm.jit llvm.reader
|
||||
llvm.types make namespaces sequences specialized-arrays.alien
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
! Copyright (C) 2009 Matthew Willis.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: destructors llvm.jit llvm.wrappers tools.test ;
|
||||
|
||||
[ ] [ "test" <module> "test" add-module "test" remove-module ] unit-test
|
|
@ -1,3 +1,5 @@
|
|||
! Copyright (C) 2009 Matthew Willis.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien.c-types alien.syntax assocs destructors
|
||||
kernel llvm.core llvm.engine llvm.wrappers namespaces ;
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
! Copyright (C) 2009 Matthew Willis.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien.c-types alien.syntax destructors kernel
|
||||
llvm.core llvm.engine llvm.jit llvm.wrappers ;
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
! Copyright (C) 2009 Matthew Willis.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: kernel llvm.types sequences tools.test ;
|
||||
|
||||
[ T{ integer f 32 } ] [ " i32 " parse-type ] unit-test
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
! Copyright (C) 2009 Matthew Willis.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays combinators kernel llvm.core
|
||||
locals math.parser math multiline
|
||||
namespaces parser peg.ebnf sequences
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
! Copyright (C) 2009 Matthew Willis.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: destructors kernel llvm.wrappers sequences tools.test vocabs ;
|
||||
|
||||
[ ] [ "test" <module> dispose ] unit-test
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
! Copyright (C) 2009 Matthew Willis.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien.c-types alien.strings
|
||||
io.encodings.utf8 destructors kernel
|
||||
llvm.core llvm.engine ;
|
||||
|
|
Loading…
Reference in New Issue