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:
2024-12-29 10:28:32 -06:00
committed by James Eversole
parent 7a7ee6886a
commit f41c92fa9d
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