Initial ternary representation options
Both parsing and conversion from T to ternary representation supported
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user