aboutsummaryrefslogtreecommitdiff
path: root/parsing/tok.ml
AgeCommit message (Expand)Author
2017-07-04Bump year in headers.Pierre-Marie Pédrot
2016-10-05Fix incorrect token description for bullets.Guillaume Melquiond
2016-10-05Revert "Move bullet detection from lexer to parser (bug #5102)."Guillaume Melquiond
2016-10-02Move bullet detection from lexer to parser (bug #5102).Guillaume Melquiond
2016-07-03Remove lexing of ordinal notations.Maxime Dénès
2016-03-19Further reducing the dependencies of the EXTEND macros.Pierre-Marie Pédrot
2016-02-24Removing the METAIDENT token, as it is not used anymore.Pierre-Marie Pédrot
2016-01-21Merge branch 'v8.5'Pierre-Marie Pédrot
2016-01-20Update copyright headers.Maxime Dénès
2015-12-15Adding a token "index" representing positions (1st, 2nd, etc.).Hugo Herbelin
2015-11-26Fixing the "parsing rules with idents later declared as keywords" problem.Hugo Herbelin
2015-01-12Update headers.Maxime Dénès
2014-08-05Uncountably many bullets (+,-,*,++,--,**,+++,...).Hugo Herbelin
2013-10-22Removing some generic equalities.ppedrot
2013-06-21Revert "KEYID token makes parsing more robust in face of notations"gareuselesinge
2013-06-19KEYID token makes parsing more robust in face of notationsgareuselesinge
2012-08-08Updating headers.herbelin
2012-04-27Partial revert of r15148 in order to compile with Camlp4pboutill
2012-04-12Remove print call that do not use the pp mechanismpboutill
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-06-22New script dev/tools/change-header to automatically update Coq files headers.herbelin
2010-05-19Nicer representation of tokens, more independant of camlp*letouzey