Initial ternary representation options

Both parsing and conversion from T to ternary representation supported
This commit is contained in:
2024-12-30 08:30:40 -06:00
committed by James Eversole
parent 9bc0410846
commit 78dd2f4d8f
4 changed files with 45 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ main = do
Repl -> do
putStrLn "Welcome to the tricu REPL"
putStrLn "You can exit with `CTRL+D` or the `:_exit` command.`"
repl Map.empty
repl library
Compile filePath -> do
result <- evaluateFile filePath
print result