Expansion of testing suite to cover incl. library

Expands the testing suite to verify behavior of provided library
functions. Updates the README further for clarification on important
concepts.
This commit is contained in:
James Eversole
2024-12-29 10:28:32 -06:00
parent c30f17367f
commit 60a9e3c1ee
5 changed files with 118 additions and 46 deletions

View File

@ -12,7 +12,7 @@ import Text.Megaparsec (runParser)
main :: IO ()
main = do
putStrLn "Welcome to the Tricu Interpreter"
putStrLn "Welcome to the tricu Interpreter"
putStrLn "You can exit at any time by typing and entering: "
putStrLn ":_exit"
repl library