Upsilon/Upsilon/Binder
Deukhoofd 1d6b5673d6
Reworked diagnostics, saves line positions in memory, instead of calculating later.
2019-01-16 23:57:42 +01:00
..
BoundExpressions Reworked diagnostics, saves line positions in memory, instead of calculating later. 2019-01-16 23:57:42 +01:00
BoundStatements Reworked diagnostics, saves line positions in memory, instead of calculating later. 2019-01-16 23:57:42 +01:00
VariableSymbols Better handling of C# function parameter type checking 2019-01-16 12:07:40 +01:00
Binder.cs Better handling of unknown indexing 2019-01-14 14:40:16 +01:00
BoundBinaryOperator.cs Add Userdata equality operators 2019-01-14 14:44:31 +01:00
BoundKind.cs Implements while loops 2018-12-07 19:17:49 +01:00
BoundNode.cs Reworked diagnostics, saves line positions in memory, instead of calculating later. 2019-01-16 23:57:42 +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 Reworked diagnostics, saves line positions in memory, instead of calculating later. 2019-01-16 23:57:42 +01:00
IBoundNodeScopeOwner.cs Support for getting a bound scope at a specific character position 2018-11-27 19:04:58 +01:00