Upsilon/Upsilon/Binder
Deukhoofd 29818dad31
Fix internal function variables not binding properly when allowing all objects
2019-01-23 11:54:35 +01:00
..
BoundExpressions Fix function calls in fullstop index expressions not binding properly 2019-01-21 18:45:02 +01:00
BoundStatements Allow parameter overloading script functions 2019-01-20 15:01:18 +01:00
VariableSymbols Fix internal function variables not binding properly when allowing all objects 2019-01-23 11:54:35 +01:00
Binder.cs Fixes for types sometimes choosing type they inherit from instead of themselves 2019-01-22 18:32:29 +01:00
BoundBinaryOperator.cs Hack to allow binary operators on userdata 2019-01-21 16:07:24 +01:00
BoundKind.cs Better error reporter 2019-01-17 17:48:10 +01:00
BoundNode.cs Better handling of finding bottom node 2019-01-17 18:34:58 +01:00
BoundScope.cs Reworked function handling, support for type checking internal CSharp functions 2018-11-30 15:28:36 +01:00
BoundUnaryOperator.cs Adds Unary length operator 2018-11-24 15:11:33 +01:00
BoundVariableSymbol.cs Rework type binding to allow for type awareness in iterators 2019-01-18 16:09:36 +01:00
IBoundNodeScopeOwner.cs Support for getting a bound scope at a specific character position 2018-11-27 19:04:58 +01:00