Code generation and output file gen
This commit is contained in:
parent
3ea0178678
commit
26d10cfef0
8 changed files with 197 additions and 69 deletions
|
|
@ -6,7 +6,7 @@ namespace Compiler.Parser.Nodes
|
|||
|
||||
public ReturnNode()
|
||||
{
|
||||
this.NodeType = NodeType.StatementNode;
|
||||
this.NodeType = NodeType.ReturnStatementNode;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue