ExpressionTreeToString icon indicating copy to clipboard operation
ExpressionTreeToString copied to clipboard

Literal suffixes for numbers

Open zspitz opened this issue 5 years ago • 2 comments

See here.

zspitz avatar Sep 08 '19 01:09 zspitz

This should perhaps be an option; by default it makes sense to use a non-suffixed literal.

zspitz avatar Jun 28 '20 00:06 zspitz

On second thought. this is independent of RenderLiteral in ZSpitz.Utils. The C# writer/visitor could simply render ConstantExpression of the appropriate type with the relevant suffix.

zspitz avatar Oct 01 '20 21:10 zspitz