SomeRanDev / reflaxe.CPP

An alternative C++ target for Haxe that generates dependent-less, GC-less C++17 code.
MIT License
72 stars 5 forks source link

Have constructor list for more human like C++ code as well as more flexible immutable variables (Proper Implementation) #51

Open Just-Feeshy opened 4 months ago

Just-Feeshy commented 4 months ago

This is a much nicer and more refined version of the previous implementation. I also made custom metadata called @:cppcList, which handles constant and local variables in an initializer list when added to the constructor.