summaryrefslogtreecommitdiff
path: root/src/tparse/resolver.go
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-11-18 15:48:08 -0500
committerKyle Gunger <corechg@gmail.com>2020-11-18 15:48:08 -0500
commit91e97acd9b4eeb5bdc6c7ec1d9181ba08a176c84 (patch)
tree981d7c2351d06cbfbcbe646cbeee3ed4ae110016 /src/tparse/resolver.go
parent93cdd2cb58d0d2c1058ffe3568391be556245136 (diff)
Remove link to parent from nodes
Diffstat (limited to 'src/tparse/resolver.go')
-rw-r--r--src/tparse/resolver.go3
1 files changed, 2 insertions, 1 deletions
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
*/