Adds "compiler" and CLI argument handling

This commit is contained in:
2024-12-29 21:49:57 -06:00
committed by James Eversole
parent c578d780e9
commit 95b1e07dd9
7 changed files with 69 additions and 12 deletions

View File

@@ -89,6 +89,8 @@ toList (Fork x rest) = case toList rest of
toList _ = Left "Invalid Tree Calculus list"
-- Utility
type Env = Map.Map String T
toAscii :: T -> String
toAscii tree = go tree "" True
where