aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/pre_parser_aux.ml
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a few bugs in the pre parser. In particular, the following codeJacques-Henri Jourdan2015-09-301-2/+14
| | | | | | | | | | | | | | | was not parsed correctly: typedef int a; int f() { for(int a; ;) if(1); a * x; } Additionnaly, I tried to add some comments in the pre-parser code, especially for the different hacks used to solve various conflicts.
* Integration of Jacques-Henri Jourdan's verified parser.xleroy2014-04-291-0/+25
(Merge of branch newparser.) git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2469 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e