Module llvm_kaleidoscope_rs::parser[][src]

Structs

FunctionAST

FunctionAST - This class represents a function definition itself.

Parser

Parser for the kaleidoscope language.

PrototypeAST

PrototypeAST - This class represents the “prototype” for a function, which captures its name, and its argument names (thus implicitly the number of arguments the function takes).

Enums

ExprAST