TypealizR icon indicating copy to clipboard operation
TypealizR copied to clipboard

more type-annotations

Open earloc opened this issue 3 years ago • 1 comments

With the work done in #15, we got a first impression how type-annotations can benefit the generated code. But there´s room for more, continuing work from #6 :

most of them should be implemented easily:

  • [ ] integrals

    • [ ] sbyte
    • [ ] byte
    • [x] short
    • [ ] ushort
    • [x] int
    • [ ] uint
    • [x] long
    • [ ] ulong

    • [ ] nint
    • [ ] nuint
  • [ ] floating-points

    • [x] float
    • [x] double
    • [x] decimal
  • [ ] chars

These here might be a bit more challenging getting right

earloc avatar Nov 12 '22 23:11 earloc

marked some types as done, as of #255 arriving soon

earloc avatar Apr 14 '25 07:04 earloc