From 858d03ccd40470d9474c896508bb73b99bf209e6 Mon Sep 17 00:00:00 2001 From: nocturn9x Date: Sat, 21 Aug 2021 15:23:03 +0200 Subject: [PATCH] Added placeholder for the garbage collector --- src/memory/gc.nim | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/memory/gc.nim diff --git a/src/memory/gc.nim b/src/memory/gc.nim new file mode 100644 index 0000000..6484554 --- /dev/null +++ b/src/memory/gc.nim @@ -0,0 +1,15 @@ +# CONFIDENTIAL +# ______________ +# +# 2021 Mattia Giambirtone +# All Rights Reserved. +# +# +# NOTICE: All information contained herein is, and remains +# the property of Mattia Giambirtone. The intellectual and technical +# concepts contained herein are proprietary to Mattia Giambirtone +# and his suppliers and may be covered by Patents and are +# protected by trade secret or copyright law. +# Dissemination of this information or reproduction of this material +# is strictly forbidden unless prior written permission is obtained +# from Mattia Giambirtone