Class: coder.make.ToolchainInfo
Package: coder.make
Get list of supported languages
lng_list = h.getSupportedLanguages
returns
the list of supported code generation languages for the current toolchain.lng_list
= h
.getSupportedLanguages
ans = h.getSupportedLanguages
ans = 'Asm/C' 'Asm/C++' 'Asm/C/C++' 'C' 'C++' 'C/C++'