tricu/src/Main.hs

12 lines
173 B
Haskell
Raw Normal View History

module Main where
import Eval
import Lexer
import Parser
import Research
import Text.Megaparsec (runParser)
main :: IO ()
main = putStr $ show $ parseSapling "false = t"