From 0ece7f0f9200d4f1609ba449e360a28f4328daaa Mon Sep 17 00:00:00 2001 From: George Lemon Date: Fri, 23 Feb 2024 06:12:29 +0200 Subject: [PATCH] export module Signed-off-by: George Lemon --- src/tim/engine/compilers/tim.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tim/engine/compilers/tim.nim b/src/tim/engine/compilers/tim.nim index 7705b41..5485461 100755 --- a/src/tim/engine/compilers/tim.nim +++ b/src/tim/engine/compilers/tim.nim @@ -1,4 +1,5 @@ import ../meta, ../ast, ../logging +export meta, ast, logging type TimCompiler* = object of RootObj