Releases: elliotchance/c2go
Releases · elliotchance/c2go
v0.11.2 Lanthanum 2017-05-20
- Added more clang AST nodes so now it is able to parse the the complete SQLite3 code (#110)
- Added
-verbose
CLI option to output function prototypes as comments (#111)
v0.11.1 Lanthanum 2017-05-15
- Added support for
sizeof
(#109)
v0.11.0 Lanthanum 2017-05-14
- Most
stdio.h
functions are now supported. (#88)
v0.10.5 Krypton 2017-05-14
- Fixed bug where escaped characters (like newline) were not handled properly (#108) - @x-tyger
v0.10.4 Krypton 2017-05-12
- Implements compound assignment operators (#98) - @x-tyger
- Handle 'unsigned long long' maximum value (#99) - @x-tyger
v0.10.3 Krypton 2017-05-11
v0.10.2 Krypton 2017-05-11
v0.10.1 Krypton 2017-05-09
v0.10.0 Krypton 2017-05-09
- Huge refactoring so that it transpires between the Clang AST and Go AST instead of building the Go source (#74)
- Handle 'referenced' in EnumConstantDecl (#87) - @x-tyger
- Handle special character literals (#82, #80) - @x-tyger
v0.9.3 Indium 2017-04-26
- Added
-version
flag. (#70)