Removed LLVM

This commit is contained in:
Pasha Bibko
2025-04-19 11:41:52 +01:00
parent 14b2b36748
commit b3373a858c
12 changed files with 900 additions and 173 deletions

View File

@@ -56,9 +56,6 @@ int main(int argc, char** argv)
// Turns the tokens into an AST
LX::FileAST AST = LX::TurnTokensIntoAbstractSyntaxTree(tokens, log.get());
// Turns the AST into something
LX::GenerateIR(AST);
// Returns success
return 0;
}