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

@ -104,7 +104,6 @@ tricuLexer = do
, closeBracket
]
lexTricu :: String -> [LToken]
lexTricu input = case runParser tricuLexer "" input of
Left err -> error $ "Lexical error:\n" ++ errorBundlePretty err