atilaneves / dpp

Directly include C headers in D source code
Boost Software License 1.0
230 stars 31 forks source link

Correctly change C (unsigned) long long literal suffixes to valid D suffixes #215

Closed cbecerescu closed 4 years ago

adamdruppe commented 4 years ago

you might want to check lowercase too since I think llu is legal C++ and illegal D.

cbecerescu commented 4 years ago

you might want to check lowercase too since I think llu is legal C++ and illegal D.

Yes, thank you! I made the changes.

atilaneves commented 4 years ago

Please add a corresponding test.