Made indexable also work with full stop index

This commit is contained in:
2018-11-20 14:05:34 +01:00
parent 066af47b5b
commit df8c7b99c9
10 changed files with 130 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ namespace Ycicle
continue;
}
//Console.WriteLine(script.PrettyPrintSyntaxTree());
var evaluate = script.Evaluate<double>();
var evaluate = script.Evaluate();
if (script.Diagnostics.Messages.Count > 0)
{