aboutsummaryrefslogtreecommitdiff
path: root/parsing/g_ltac.ml4
AgeCommit message (Expand)Author
2012-10-02Remove some more "open" and dead code thanks to OCaml4 warningsletouzey
2012-10-01Added a new tactical infoH tac, that displays the names of hypothesis created...courtieu
2012-08-08Updating headers.herbelin
2012-07-19Getting rid of the undocumented [complete] tactic, which wasppedrot
2012-06-22Added an indirection with respect to Loc in Compat. As many [open Compat]ppedrot
2012-05-30Restore compatibility with camlp4 (some missing open Tok)letouzey
2012-05-29Migrate the grammar entry about "Ltac" into g_vernac.ml4.letouzey
2012-05-29simplification in deps of some g_*.ml4letouzey
2012-05-29New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstrletouzey
2012-05-29Glob_term now mli-only, operations now in Glob_opsletouzey
2012-05-29locus.mli for occurrences+clauses, misctypes.mli for various little thingsletouzey
2012-05-29Vernacexpr is now a mli-only file, locality stuff now in locality.mlletouzey
2011-11-17Fixing bug #2640 and variants of it (inconsistency between when andherbelin
2011-03-18A tatical "timeout <n> <tac>" that fails if <tac> hasn't finished in <n> secondsletouzey
2010-12-23Rename rawterm.ml into glob_term.mlglondu
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-05-19Add (almost) compatibility with camlp4, without breaking support for camlp5letouzey
2010-05-19static (and shared) camlp4use instead of per-file declarationletouzey
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2009-10-26New cleaning phase of the Local/Global option managementherbelin
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2008-08-05Correction de bugs:herbelin
2008-06-16Add possibility to match on defined hypotheses, using brackets tomsozeau
2008-05-11- Cleanup parsing of binders, reducing to a single production for allmsozeau
2008-05-01Clarification de l'ordre d'interprétation des variables dans ltac. Enherbelin
2008-04-29Ajout notation [ x ; ... ; y ] dans list_scope. Changement de laherbelin
2008-04-14Diverses corrections herbelin
2008-02-10suppression code mort oublié lors du commit 10495herbelin
2008-02-01Unification de TacLetRecIn et TacLetIn. En particulier, on peutherbelin
2007-12-31Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...msozeau
2007-07-16Generalized CAMLP4USE for pp dependenciescorbinea
2007-04-02Extension to the general sequence operator (tactical). Now in addition to ...emakarov
2007-02-15Réintroduction de l'entrée "integer" dans ltac (apparemment disparue lorsherbelin
2006-11-02gestion speciale du niveau 5 des ltacbarras
2006-10-31syntaxe du let in encorebarras
2006-10-31assouplissement de la syntaxe du let de ltac: t1 ; let in autorisebarras
2006-10-30fixed field_simplify + changed precedence of let and fun in ltacbarras
2006-10-24Extension de la primitive ltac fresh pour qu'elle accepte une liste deherbelin
2006-07-11Utilisation du mot-clé lazymatch pour le match paresseux (à défaut d'avoir...herbelin
2006-05-30Généralisation de with_occurrence (ex occurrence) et de red_expr pour perme...herbelin
2006-03-05Correction bug 984 via introduction TacCall(loc,r,[]) pour signifier une réf...herbelin
2006-01-21Ajout niveau utilisateur de la tacticielle 'complete'; messages de idtac et f...herbelin
2005-12-26Renommage des Pp*new en Pp* (et déplacement dans parsing); renommage des G_*...herbelin
2005-05-17Extension de Tactic Notation pour permettre d'tendre et de faire rffrence aux...herbelin
2004-10-11'match term' now evaluates by default. Added 'lazy' keyword to delay the eval...herbelin
2004-07-16Suppression quotifyherbelin
2004-07-16Nouvelle en-têteherbelin
2004-03-02Changement de natural en int_or_var pour 'do' et 'fail' pour paramétrisation...herbelin
2004-03-01Généralisation du type ltac Identifier en IntroPattern; prise en compte des...herbelin
2004-01-02meilleure presentation des commentaires du traducteurbarras