ecere:ec2

Last commit made on 2017-09-02
Get this branch:
git clone -b ec2 https://git.launchpad.net/ecere

Branch merges

Branch information

Name:
ec2
Repository:
lp:ecere

Recent commits

ee91ab9... by Jerome St-Louis

README.md: Showing ec2 branch Travis status

fb63e32... by Rejean Loyer

compiler/libec2: add destructors. fix memory leaks. add MemoryGuard project configs.

e6ba8ec... by Jerome St-Louis

compiler/libec2/lexing: Minor tweaks

657f546... by Jerome St-Louis

compiler/libec2: Manual lexing without flex; no longer importing libec

affb4f5... by Jerome St-Louis

compiler/libec2: Fixed up unit test

029325d... by Rejean Loyer

compiler/libec2: add DeclarationInit::comment as a way to pass comments into the generated bindings.

16d8255... by Rejean Loyer

compiler/libec2: add a space between pointer and declarator in DeclPointer::print function.

b810d79... by Rejean Loyer

compiler/libec2: add public class DeclBitField : ASTDeclarator for handling bit fields.

b9fa181... by Rejean Loyer

compiler/libec2: add ASTPreprocessorCondition class.

e10a944... by Rejean Loyer

compiler/libec2: add ASTRawString class.