aboutsummaryrefslogtreecommitdiff
path: root/parsing/lexer.ml4
AgeCommit message (Expand)Author
2012-06-22Added an indirection with respect to Loc in Compat. As many [open Compat]ppedrot
2012-06-04Fixing previous commit (something strange happened...)ppedrot
2012-06-04Replacing some str with strbrkppedrot
2012-04-27Partial revert of r15148 in order to compile with Camlp4pboutill
2012-04-12Remove print call that do not use the pp mechanismpboutill
2011-08-13New fix for is_ident_not_keyword.herbelin
2011-08-09In coqtop, a terminating "." must now be followed by a blank or eof.letouzey
2011-08-08Be a bit less aggressive in declaring idents as keywords in notationsherbelin
2011-04-08Made warning about ending comments in string less intrusive so as to supportherbelin
2010-10-17About "unsupported" unicode characters in notations.herbelin
2010-10-11Backporting r13521 from branch 8.3 to trunk (fixing bug #2406, loopingherbelin
2010-09-24Some dead code removal, thanks to Oug analyzerletouzey
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-05-19Add (almost) compatibility with camlp4, without breaking support for camlp5letouzey
2010-05-19Nicer representation of tokens, more independant of camlp*letouzey
2010-05-19static (and shared) camlp4use instead of per-file declarationletouzey
2010-05-12Missing warning flush in a lexer message + update of CHANGESherbelin
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-03-30Improving error messages in the presence of utf-8 charactersherbelin
2010-03-04Makefile: the .ml of .ml4 are now produced explicitely (in binary ast form)letouzey
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-09-14- Addition of "Reserved Infix" continued.herbelin
2009-06-29Miscellaneous practical commits: herbelin
2009-05-27Ajout d'une fonction Lexer.remove_keyword pour libérer un keyword dansaspiwack
2009-04-27- Cleaning (unification of ML names, removal of obsolete code,herbelin
2009-01-14Fixing #1960 (xml bug with external on goal variable) and #1961herbelin
2008-11-22Fixed bug in VernacExtend printing + missing vernacular printing rules +herbelin
2008-10-31allowed patternidents starting with an '_'amahboub
2008-10-30The lexer is changer to break former PATTERNIDENT into two tokens.amahboub
2008-07-15Autour du parsing:herbelin
2008-06-06Correction terminologie et ajout plage unicode 1D400-1D7FF (mathematicalherbelin
2008-04-14Diverses corrections herbelin
2008-04-13Bugs, nettoyage, et améliorations diversesherbelin
2008-04-05Minor fixes: msozeau
2008-02-18Ajout de caractères unicode reconnus apr le lexernotin
2007-12-06Plus de combinateurs sont passés de Util à Option. Le module Options aspiwack
2007-09-28Creation of a new token PATTERNIDENT (?ident) for intro patterns, soglondu
2007-07-16Generalized CAMLP4USE for pp dependenciescorbinea
2006-11-20Correction boucle du parseur en cas de caractÃère non unicodeherbelin
2006-07-05Correction typo + ajout Arabic Supplementherbelin
2006-06-10Bug is_numberherbelin
2006-06-08Réinitialisation de token_number à chaque compilation d'un nouveau fichier ...notin
2006-05-11Oubli des symboles du Latin-1herbelin
2006-05-10Centralisation de la détection lettre/symbole par le lexeur dans les plages ...herbelin
2006-04-26Diverses corrections de l'afficheur et du traducteur pour s'assurer deherbelin
2006-01-15Ajout de nouvelles plages de symboles unicode; prise en compte des indices un...herbelin
2006-01-15Bug (code prévu pour iso-latin et non utf-8)herbelin
2006-01-14Code mort du traducteurherbelin
2005-12-28Commentaire mortherbelin
2005-12-26Suppression des parseurs et printeurs v7; suppression du traducteur (mécanis...herbelin