Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Fix compil
Browse files Browse the repository at this point in the history
PATCH
  • Loading branch information
Saverio976 committed Dec 6, 2023
1 parent 312a66e commit c8c5584
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
-- Main
-}

import AST
import TextToAST

main :: IO ()
main = putStrLn (showMaybeTree (textToAST "(fst 1 (scd 2 3 4) 12)"))

0 comments on commit c8c5584

Please sign in to comment.