]> gitweb.factorcode.org Git - factor.git/blob - extra/llvm/wrappers/wrappers-docs.factor
Switch to https urls
[factor.git] / extra / llvm / wrappers / wrappers-docs.factor
1 ! Copyright (C) 2017 Björn Lindqvist.
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: help.markup help.syntax ;
4 IN: llvm.wrappers
5
6 HELP: <provider>
7 { $values { "module" module } { "provider" provider } }
8 { $description "Creates a module provider from a given module. The provider takes ownership of the module." } ;
9
10 HELP: <engine>
11 { $values { "module" module } { "engine" engine } }
12 { $description "Creates a engine from a given module. The engine takes ownership of the module and disposes it." } ;