From 1a0bb15d5adb14fc9c305894fdbd6a49942a8358 Mon Sep 17 00:00:00 2001 From: alaviss Date: Fri, 5 Jul 2024 15:51:53 -0500 Subject: [PATCH] change 1 (#11) demo 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