Compiler of choice
Where can I compile output cpp code? GCC is throwing errors all over the board
Source: test.ts: https://gist.github.com/coldfeudal/1d2927a8c837c79cf704b6e3f1cd99f6 Output: core.h: https://gist.github.com/coldfeudal/1fe6a7428e4f185d476cbf4c01303917 test.h: https://gist.github.com/coldfeudal/dfbf5839cae1b1baaf04580f63c08f53 test.cpp: https://gist.github.com/coldfeudal/86f34051c997d8e0ec66e995429f816c
Errors: https://gist.github.com/coldfeudal/1b00769659beedcb72b3fa1b315c1401
C++ code is generated for MSVC.
If it is only MSVC, then please note in the README.md file that this Transpiler only supports Windows.
added support for Clang++ with Std++20 standard