From 43614694706ac61b2cebef486b7fa9368c78fe6a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 20 Feb 2026 21:53:23 +0200 Subject: Add README.md and array slicing support --- tags | 1 + 1 file changed, 1 insertion(+) (limited to 'tags') 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 -- cgit v1.2.3