From 18f2265727109f7a97722509e6caa086ab5b4a25 Mon Sep 17 00:00:00 2001 From: Leorize Date: Thu, 4 Jul 2024 01:23:53 -0500 Subject: [PATCH] change 1 --- compiler/ast/ast.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/ast/ast.nim b/compiler/ast/ast.nim index 3665b29341d..a1b88b38a40 100644 --- a/compiler/ast/ast.nim +++ b/compiler/ast/ast.nim @@ -7,6 +7,7 @@ # distribution, for details about the copyright. # + ## abstract syntax tree + symbol table import