Reworked function handling, support for type checking internal CSharp functions

This commit is contained in:
2018-11-30 15:28:36 +01:00
parent 81a6b05b26
commit f08d1c2541
23 changed files with 271 additions and 135 deletions

View File

@@ -1,6 +1,7 @@
using System.Collections.Generic;
using System.Linq;
using Upsilon.Binder;
using Upsilon.Binder.VariableSymbols;
namespace Upsilon.Utilities
{