Lots of work on type binding
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Yc
|
||||
return;
|
||||
}
|
||||
|
||||
var parsed = new Script(input, variables);
|
||||
var parsed = new Script(input);
|
||||
if (parsed.Diagnostics.Messages.Count > 0)
|
||||
{
|
||||
Console.ForegroundColor = ConsoleColor.Red;
|
||||
@@ -47,7 +47,7 @@ namespace Yc
|
||||
else
|
||||
{
|
||||
Console.WriteLine(evaluate);
|
||||
variables = parsed.Variables;
|
||||
//variables = parsed.Variables;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user