compiler: make space for compiling into the VM bytecode

This commit is contained in:
2026-04-25 20:44:37 +03:00
parent fe3ad80826
commit 190ec94e14
2 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
(library
(name compiler)
(libraries parser))
(libraries parser vm))