Crate llvm_kaleidoscope_rs[][src]

Modules

codegen
lexer
llvm

Safe wrapper around the LLVM C API.

parser

Structs

SmallCStr

Small C string on the stack with fixed size SMALL_STR_SIZE.

Enums

Either

Either type, for APIs accepting two types.

Constants

SMALL_STR_SIZE

Fixed size of SmallCStr including the trailing \0 byte.