Initialize Repo

Working (but likely buggy!) lexing, parsing, and evaluation of Tree Calculus terms
This commit is contained in:
James Eversole
2024-12-18 18:55:51 -06:00
commit 9f9aca4040
11 changed files with 688 additions and 0 deletions

11
src/Main.hs Normal file
View File

@ -0,0 +1,11 @@
module Main where
import Eval
import Lexer
import Parser
import Research
import Text.Megaparsec (runParser)
main :: IO ()
main = putStr $ show $ parseSapling "false = t"