From df2e01c15e0ff44aaf60589095aba75669b110d7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 18 Mar 2024 12:47:07 -0400 Subject: Add some better file comments --- environment.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'environment.c') diff --git a/environment.c b/environment.c index 1786be50..38b21d23 100644 --- a/environment.c +++ b/environment.c @@ -1,4 +1,5 @@ - +// Logic for the environmental context information during compilation +// (variable bindings, code sections, etc.) #include #include -- cgit v1.2.3