Allowed Util::PrintLn to use T.LogStr()
This commit is contained in:
@@ -6,6 +6,11 @@ namespace LXC::Parser
|
||||
{
|
||||
Util::ReturnVal<std::vector<FunctionAST>, ParserError> TurnTokensIntoAST(const Lexer::LexerOutput& input)
|
||||
{
|
||||
for (const auto& token : input)
|
||||
{
|
||||
Util::PrintLn(token);
|
||||
}
|
||||
|
||||
return Util::FunctionFail<ParserError>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user