Upsilon/Upsilon/Binder
Deukhoofd 834d65f38e
Implemented very basic stacktrace
2019-02-21 19:53:14 +01:00
..
BoundExpressions Implemented very basic stacktrace 2019-02-21 19:53:14 +01:00
BoundStatements Implemented very basic stacktrace 2019-02-21 19:53:14 +01:00
VariableSymbols Handle binding of function parameter better, consider inheritance 2019-02-16 18:39:04 +01:00
Binder.cs Make coroutine functions be forced to be created with the coroutine keyword. 2019-02-14 12:42:47 +01:00
BoundBinaryOperator.cs Hack to allow binary operators on userdata 2019-01-21 16:07:24 +01:00
BoundKind.cs Added support for coroutines 2019-02-13 18:10:39 +01:00
BoundNode.cs Better handling of finding bottom node 2019-01-17 18:34:58 +01:00
BoundScope.cs Fixed issues where userdata types could sometimes cause crashes 2019-02-16 15:24:30 +01:00
BoundUnaryOperator.cs Adds Unary length operator 2018-11-24 15:11:33 +01:00
BoundVariableSymbol.cs Refactor evaluation to not be handled in a single large class 2019-02-13 16:29:58 +01:00
IBoundNodeScopeOwner.cs Support for getting a bound scope at a specific character position 2018-11-27 19:04:58 +01:00