Module llvm_kaleidoscope_rs::parser
source · Structs
- FunctionAST - This class represents a function definition itself.
- Parser for the
kaleidoscope
language. - 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).