From e5fda1c96af409065fedbe032b0f7908d9f312ac Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 6 Dec 2024 18:14:40 +0200 Subject: add types to parser + No actual type checking is implemented as of yet, but with references and pointers I should be able to start playing around with checking move semantics and so on + Might at some point also look into type propagation for let, annoying to have to specify the same thing twice. --- lib/fwdlib.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/fwdlib.hpp') diff --git a/lib/fwdlib.hpp b/lib/fwdlib.hpp index 034c91a..3efac61 100644 --- a/lib/fwdlib.hpp +++ b/lib/fwdlib.hpp @@ -4,6 +4,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3