interpreter: removed the outdated tree-walk interpreter
All checks were successful
ci/woodpecker/push/debian Pipeline was successful
ci/woodpecker/push/fedora Pipeline was successful
ci/woodpecker/push/nix Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
2026-02-15 14:30:41 +03:00
parent 8d301a6fc2
commit 7685ae2e45
7 changed files with 1 additions and 502 deletions

View File

@@ -1,4 +0,0 @@
(library
(name interpreter)
(libraries parser)
(package ollisp))