]> git.xonotic.org Git - xonotic/gmqcc.git/history - parser.cpp
making ast nodes derive from ast_expression
[xonotic/gmqcc.git] / parser.cpp
2015-01-19 Wolfgang Bumillermaking ast nodes derive from ast_expression
2015-01-19 Wolfgang Bumillerthis can be a move
2015-01-19 Wolfgang Bumillerast_expression: params -> type_params
2015-01-19 Wolfgang Bumillerrenaming ast_function::vtype to function_type
2015-01-19 Wolfgang Bumillerast_expression now derives from ast_node
2015-01-16 Dale WeilerRewrite constant folder in C++
2015-01-15 Dale WeilerRewrite intrinsic system in C++
2015-01-15 Dale Weilers/NULL/nullptr/
2015-01-15 Dale WeilerUse std::vector for static_names
2015-01-15 Dale WeilerCleanup
2015-01-15 Dale WeilerNot needed
2015-01-15 Dale WeilerUse std::vector for SYA
2015-01-15 Dale WeilerUse std::vector for ast switch cases
2015-01-15 Dale WeilerUse std::vector for ast blocks
2015-01-15 Dale Weilerstd::vector for initlist
2015-01-15 Dale WeilerMore std::vector
2015-01-15 Dale WeilerUse C++ naming for structures
2015-01-15 Dale WeilerMore std::vector migration
2015-01-15 Dale WeilerInitial movement to std::vector
2015-01-15 Dale Weiler.c -> .cpp