diff options
Diffstat (limited to 'llvm_kaleidoscope_rs/parser/sidebar-items.js')
-rw-r--r-- | llvm_kaleidoscope_rs/parser/sidebar-items.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm_kaleidoscope_rs/parser/sidebar-items.js b/llvm_kaleidoscope_rs/parser/sidebar-items.js new file mode 100644 index 0000000..0582f57 --- /dev/null +++ b/llvm_kaleidoscope_rs/parser/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"enum":[["ExprAST",""]],"struct":[["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)."]]});
\ No newline at end of file |