chore: rename compilation engine to parser

This commit is contained in:
2026-04-23 18:27:24 +01:00
parent d84f370dae
commit c32e3fd4e2
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"regexp" "regexp"
"strings" "strings"
"github.com/hazemKrimi/jack-compiler/internal/compilation-engine" "github.com/hazemKrimi/jack-compiler/internal/parser"
"github.com/hazemKrimi/jack-compiler/internal/tokenizer" "github.com/hazemKrimi/jack-compiler/internal/tokenizer"
) )