Adds "compiler" and CLI argument handling

This commit is contained in:
James Eversole
2024-12-29 21:49:57 -06:00
parent 467e11edb3
commit 2abeab9c04
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