Started implementing parser
This commit is contained in:
@@ -15,7 +15,7 @@ namespace LXC::Parser
|
||||
name{}, contents{}
|
||||
{}
|
||||
|
||||
FunctionAST(FunctionAST&& other) :
|
||||
FunctionAST(FunctionAST&& other) noexcept :
|
||||
name{}, contents{}
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user