zspitz / ExpressionTreeToString

String representations of expression trees + library of expression tree objects
MIT License
151 stars 12 forks source link

C# writer/visitor: wrap checked math with `checked` expression #64

Open zspitz opened 4 years ago

zspitz commented 4 years ago

https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/checked

This is only needed for C#. Currently in VB all math is checked.