aboutsummaryrefslogtreecommitdiff
path: root/boot/type_check.cc
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-07-21 01:55:56 +0200
committerEugen Wissner <belka@caraus.de>2026-07-21 01:55:56 +0200
commit44d6e8a27294e5ca7300ab11900011b73d9336d4 (patch)
treed21addb0dec93fa8fa376bbd11076b17f3412173 /boot/type_check.cc
parent6b131c925dee7a5f97516edd581e051e08bb52d8 (diff)
downloadelna-44d6e8a27294e5ca7300ab11900011b73d9336d4.tar.gz
Implement slices
Diffstat (limited to 'boot/type_check.cc')
-rw-r--r--boot/type_check.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/boot/type_check.cc b/boot/type_check.cc
index c5fb062..5d0c7a6 100644
--- a/boot/type_check.cc
+++ b/boot/type_check.cc
@@ -629,6 +629,11 @@ namespace elna::boot
}
}
+ void type_analysis_visitor::visit(slicing_expression *expression)
+ {
+ walking_visitor::visit(expression);
+ }
+
void type_analysis_visitor::visit(unary_expression *expression)
{
walking_visitor::visit(expression);