TypeScript2Cxx icon indicating copy to clipboard operation
TypeScript2Cxx copied to clipboard

Compiler of choice

Open coldfeudal opened this issue 4 years ago • 3 comments

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

coldfeudal avatar Dec 10 '21 17:12 coldfeudal

C++ code is generated for MSVC.

ASDAlexander77 avatar Jan 04 '22 12:01 ASDAlexander77

If it is only MSVC, then please note in the README.md file that this Transpiler only supports Windows.

jackprogramsjp avatar Jul 23 '22 22:07 jackprogramsjp

added support for Clang++ with Std++20 standard

ASDAlexander77 avatar Apr 02 '23 11:04 ASDAlexander77