Tools and libraries to glue C/C++ APIs to high-level languages
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Elias Holzer 3144976349 Removed unnecessary Desugar() calls when testing whether or not a type is primitive. 12 years ago
..
AST Fixed handling of primitive pointer types. 12 years ago
Core Fixed full comment parsing in AST converter. 12 years ago
CppParser Re-generated the parser bindings without copy constructors. 12 years ago
Generator Removed unnecessary Desugar() calls when testing whether or not a type is primitive. 12 years ago
Generator.Tests Reverted these changes that accidentally crept in. 12 years ago
Parser Changed parser to when processing macro expansions of a translation unit declaration to add the macro expansion to header it is on instead of the translation unit top header. 12 years ago
Runtime Added an Std.Map wrapper to be able to use it in internal declarations. 12 years ago