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