From aca6fb681eff58c921ffe67c1fa6d615c8aa3c99 Mon Sep 17 00:00:00 2001 From: Ardi <47633543+dev-ardi@users.noreply.github.com> Date: Tue, 14 May 2024 13:49:59 +0200 Subject: [PATCH] Toc here is overkill --- src/ast-validation.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ast-validation.md b/src/ast-validation.md index f3ac35e8a..9a5d13d52 100644 --- a/src/ast-validation.md +++ b/src/ast-validation.md @@ -1,9 +1,5 @@ # AST Validation - - -## About - _AST validation_ is a separate AST pass that visits each item in the tree and performs simple checks. This pass doesn't perform any complex analysis, type checking or