Adding simple Algorithm W implementation (no recursive functions)

This commit is contained in:
elvis
2025-01-31 03:15:58 +01:00
parent b54d088e59
commit 9991efafbf
12 changed files with 697 additions and 143 deletions

View File

@ -25,3 +25,7 @@
(test
(name testingTypeFunParser)
(libraries miniFun))
(test
(name testingPolyFunParser)
(libraries miniFun))