aboutsummaryrefslogtreecommitdiffhomepage
path: root/llvm_kaleidoscope_rs/parser/sidebar-items.js
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2023-11-20 23:28:40 +0000
committerjohannst <johannst@users.noreply.github.com>2023-11-20 23:28:40 +0000
commit3dfc8f0258ab0884eef50cc8f33b8666cdb4c3cf (patch)
tree040c82bb63703c3b9a5087986cd32f129e4ef612 /llvm_kaleidoscope_rs/parser/sidebar-items.js
parent617f0d65b20b7b405b1acecea6f99ccd0a6d73f3 (diff)
downloadllvm-kaleidoscope-rs-3dfc8f0258ab0884eef50cc8f33b8666cdb4c3cf.tar.gz
llvm-kaleidoscope-rs-3dfc8f0258ab0884eef50cc8f33b8666cdb4c3cf.zip
deploy: 4e3898b34a5dbcfabbcf861998d915c261831b60
Diffstat (limited to 'llvm_kaleidoscope_rs/parser/sidebar-items.js')
-rw-r--r--llvm_kaleidoscope_rs/parser/sidebar-items.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_kaleidoscope_rs/parser/sidebar-items.js b/llvm_kaleidoscope_rs/parser/sidebar-items.js
index e4efd12..8fbdb6e 100644
--- a/llvm_kaleidoscope_rs/parser/sidebar-items.js
+++ b/llvm_kaleidoscope_rs/parser/sidebar-items.js
@@ -1 +1 @@
-window.SIDEBAR_ITEMS = {"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
+window.SIDEBAR_ITEMS = {"enum":["ExprAST"],"struct":["FunctionAST","Parser","PrototypeAST"]}; \ No newline at end of file