llvm 0.0.8 copy "llvm: ^0.0.8" to clipboard
llvm: ^0.0.8 copied to clipboard

Support for generating LLVM IR, and using the LLVM toolchain within Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add llvm

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  llvm: ^0.0.8

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:llvm/llvm.dart';
0
likes
45
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

Support for generating LLVM IR, and using the LLVM toolchain within Dart.

Homepage

License

MIT (license)

Dependencies

indenting_buffer, meta, process, random_string

More

Packages that depend on llvm