Packages

LLVM binding & eDSL for the Elixir programming language

Current section

Files

Jump to
ellvm src ellvm.erl
Raw

src/ellvm.erl

% powered by metaL: https://github.com/ponyatov/metaL/wiki/metaL-manifest
-module(ellvm).
-export([hello/0, none/0]).
hello() ->
world.
none() -> nil.