From 91e97acd9b4eeb5bdc6c7ec1d9181ba08a176c84 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Wed, 18 Nov 2020 15:48:08 -0500 Subject: Remove link to parent from nodes --- src/tparse/resolver.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tparse/resolver.go') diff --git a/src/tparse/resolver.go b/src/tparse/resolver.go index 8408a1c..5267887 100644 --- a/src/tparse/resolver.go +++ b/src/tparse/resolver.go @@ -19,5 +19,6 @@ package tparse //TODO: Everything /* - This file is suppost to contain code to include other files when asked, and represents the most important part of the pre-processor + This file is support code to include other files when asked, and represents the most important part of the pre-processor + Maybe we will do this when writing the native compiler though */ -- cgit v1.2.3