summaryrefslogtreecommitdiff
path: root/tags
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-20 21:53:23 +0200
committerPaul Buetow <paul@buetow.org>2026-02-20 21:53:23 +0200
commit43614694706ac61b2cebef486b7fa9368c78fe6a (patch)
tree06fc10249b5f5e02449d93cf5f52bf80590f1bea /tags
parent03b874818315e7dc9fb2ccf26716a0fb65242a57 (diff)
Add README.md and array slicing support
Diffstat (limited to 'tags')
-rw-r--r--tags1
1 files changed, 1 insertions, 0 deletions
diff --git a/tags b/tags
index d29941d..b7644a0 100644
--- a/tags
+++ b/tags
@@ -84,6 +84,7 @@ _scope_print_cb ./src/core/scope.c /^_scope_print_cb(void *p_void, int i_level)
_statement ./src/core/interpret.c /^_statement(Interpret *p_interpret) {$/;" f typeref:typename:int
_sum ./src/core/interpret.c /^_sum(Interpret *p_interpret) {$/;" f typeref:typename:int
_term ./src/core/interpret.c /^_term(Interpret *p_interpret) {$/;" f typeref:typename:int
+_term_array_access ./src/core/interpret.c /^_term_array_access(Interpret *p_interpret,$/;" f typeref:typename:int
_tree_print ./src/data/tree.c /^_tree_print(TreeNode *p_treenode, int i_indent) {$/;" f typeref:typename:void
_tree_print_cb ./src/data/tree.c /^_tree_print_cb(void *p_void, void *p_indent) {$/;" f typeref:typename:void
_tree_print_cb2 ./src/data/tree.c /^_tree_print_cb2(void *p_void, void *p_indent) {$/;" f typeref:typename:void