Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-02organized test suite a bit better (temporary anyway, need to refactor core te...Mike Kucera2-5/+2
2008-04-01for loop conditions now workMike Kucera28-11059/+11034
2008-04-01fixed problem with friend classes not resolving, fixed offset calculations fo...Mike Kucera8-61/+98
2008-03-31fixed template destructor idsMike Kucera17-12219/+12981
2008-03-31fixed importMike Kucera1-1/+1
2008-03-27fixed qualified names signature, fixed parsing of template parameters (with a...Mike Kucera15-7960/+7893
2008-03-24disambiguate problems caused by globally qualified declarator idsMike Kucera18-9152/+8920
2008-03-24decl spec node was missing infoMike Kucera4-28/+25
2008-03-24attempt at fixing function declarator/constructor initializer ambiguity, need...Mike Kucera21-6883/+12846
2008-03-14fixed problems with tokens not mapping correctly between main parser and seco...Mike Kucera24-8814/+8173
2008-03-13fixed constructor ambiguity bugMike Kucera14-10412/+10169
2008-03-13moved utility classes into core util packageMike Kucera26-2553/+1785
2008-03-10fixed several bugs in new C++ parserMike Kucera14-8905/+9185
2008-03-07fix for parsing destructor name, fix for reinterpret_castMike Kucera14-8473/+8443
2008-03-05fixed member initializer bug, and a couple othersMike Kucera12-8162/+8184
2008-03-04resolve sizeof ambiguity for C++Mike Kucera14-42/+5319
2008-02-22content assist kinda works for C++Mike Kucera15-7954/+8275
2008-02-21fixed problems with auto_ptr tests and overloadable operatorsMike Kucera13-5544/+5438
2008-02-20support for implicit int, fixed problem with pointer return typeMike Kucera10-6433/+6653
2008-02-19better error detectionMike Kucera25-10222/+10568
2008-02-19Fix for backtracking bug in TrialUndoParserJason Montojo1-4/+9
2008-02-15set up tests to run C++ parser, fixed a few bugsMike Kucera13-4262/+4279
2008-02-15fix for new problem node constructorsMike Kucera4-6/+6
2008-02-14secondary parser to solve cast ambiguity in C++Mike Kucera8-12/+5074
2008-02-14expression parser for C++Mike Kucera27-2049/+7140
2008-02-13fixed bug, builder was creating qualified name nodes when unqualified name re...Mike Kucera7-2931/+1974
2008-02-06switch back to trial/undo to expose bugMike Kucera3-1916/+2900
2008-02-06fixed bug in testFunction(), removed needless extra empty declarations caused...Mike Kucera4-12/+38
2008-02-05multi-parser approach applied to C99Mike Kucera27-4683/+12413
2008-01-30created ANT build file to run LPG generator, moved grammar files to separate ...Mike Kucera8-2909/+284
2008-01-29reverted to backtracking parser, fixed a few bugsMike Kucera10-3074/+2104
2008-01-28fix compile error caused by new getBindings() methodsMike Kucera1-0/+15
2008-01-25actions for templates, conversion functions and exceptionsMike Kucera7-2311/+2608
2008-01-24added actions for class member declaratorsMike Kucera12-1919/+2018
2008-01-23AST building actions for function definitionsMike Kucera7-1844/+1951
2008-01-23added AST building actions for C++ parameter declarations, cleaned up C99 gra...Mike Kucera13-3430/+3521
2008-01-22initial commit of new C99 and C++ parsers (work in progress)Mike Kucera86-0/+28746

    Back to the top