mirror of
https://github.com/PashaBibko/LX.git
synced 2026-08-07 05:21:00 +00:00
Started adding Parser
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include <Parser.h>
|
||||
|
||||
namespace LX
|
||||
{
|
||||
std::vector<std::unique_ptr<GlobalDeclaration>> TurnTokensIntoAbstractSyntaxTree(std::vector<Token>& tokens, std::ofstream* log)
|
||||
{
|
||||
return std::vector<std::unique_ptr<GlobalDeclaration>>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user