/tdc

Primary LanguageD

Tiny D Compiler (tdc)

Tests codecov

WIP

limitations in implementaiton

  • no template
  • nogc
  • nothrow
  • no method (for a while)
  • no array?
  • no auto
  • only for, if, and else
  • only long, char, simple enum, pointer of them, and struct of them
  • only import stdc.core.* libs