Compiler#

class rbc.ctools.Compiler(compiler_exe, flags, suffix, version)#

Compilers that can generate LLVM IR

Methods

Compiler.__init__(compiler_exe, flags, ...)

Compiler.get([std])

Construct a compiler instance using the desired language standard.