Started implementing parser

This commit is contained in:
Pasha Bibko
2025-08-03 19:17:21 +01:00
parent e6ba0249a8
commit c523375dbe
2 changed files with 104 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ namespace LXC::Parser
name{}, contents{}
{}
FunctionAST(FunctionAST&& other) :
FunctionAST(FunctionAST&& other) noexcept :
name{}, contents{}
{}