First Commit
This commit is contained in:
parent
c3afc99003
commit
94f6de20ce
|
@ -642,6 +642,7 @@ namespace TLang.Parser
|
|||
if(token.Text == "func")
|
||||
{
|
||||
var res = new GetVariableNode(Context.NextEntry.Text);
|
||||
if(Context.MoreTokens && Context.)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue