summaryrefslogtreecommitdiffstats
path: root/ast_cpp_unittest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings in generated C++Christopher Wiley2016-02-241-1/+2
* Allow ArgList to take other AstNodes as argumentsChristopher Wiley2015-11-161-0/+4
* Replace C++ LiteralStatement with StatementChristopher Wiley2015-10-221-7/+7
* Add IfStatement C++ AST nodeChristopher Wiley2015-10-221-0/+11
* Add Comparison C++ AST nodeChristopher Wiley2015-10-221-0/+6
* Make interface header usable in generated codeChristopher Wiley2015-10-141-1/+1
* Add C++ ConstructImpl AST NodeChristopher Wiley2015-10-101-2/+14
* Change existing argument lists to ArgListChristopher Wiley2015-10-101-8/+11
* Add Assignment, MethodCall, ArgList AST NodesChristopher Wiley2015-10-101-10/+32
* Add classes for generating method implementationsChristopher Wiley2015-10-071-10/+70
* Generate Binder IInterface.h fileChristopher Wiley2015-09-291-14/+11
* Add Enum C++ AST classChristopher Wiley2015-09-291-0/+17
* Move C++ generation code into C++ namespaceChristopher Wiley2015-09-291-20/+22
* Convert C++ AST to unique_ptrCasey Dahlin2015-09-221-20/+43
* Move logic to write to stdout into CodeWriterChristopher Wiley2015-09-191-1/+1
* Add method AST node for C++Casey Dahlin2015-09-171-8/+14
* Introduce AST node for classesCasey Dahlin2015-09-171-0/+17
* Rejigger C++ AST to be more generalCasey Dahlin2015-09-171-3/+10
* Add the beginnings of a C++ ASTChristopher Wiley2015-09-141-0/+58