aboutsummaryrefslogtreecommitdiff
path: root/parsing/g_vernac.ml4
AgeCommit message (Expand)Author
2011-04-26G_vernac can be parsed without grammar.cmaletouzey
2011-04-13Revert "Add [Polymorphic] flag for defs"msozeau
2011-04-13Add [Polymorphic] flag for defsmsozeau
2011-04-06Add 'Existing Instances' declaration to declare multiple instances at once.letouzey
2011-03-23- Remove useless grammar rulemsozeau
2011-03-13- Add modulo_delta_types flag for unification to allow fullmsozeau
2011-02-14- Fix treatment of globality flag for typeclass instance hints (theymsozeau
2011-02-11Annotations at functor applications:letouzey
2011-01-31A fine-grain control of inlining at functor application via priority levelsletouzey
2011-01-28Remove the "Boxed" syntaxes and the const_entry_boxed fieldletouzey
2011-01-11Add "Print Sorted Universes"glondu
2010-12-24Remove obsolete script univdot, update dev doc about universesglondu
2010-12-23Rename rawterm.ml into glob_term.mlglondu
2010-12-09Don't interpret VMcast as an ordinary type cast in Definition a := t <: T.herbelin
2010-11-19SearchAbout: who has never been annoyed by the [ ] syntax ?letouzey
2010-10-08Export the "bullet" grammar entryglondu
2010-10-03Added multiple implicit arguments rules per name.herbelin
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-07-22Extension of the recursive notations mechanismherbelin
2010-07-22Cleaned a bit the grammar and terminology for binders (see dev/doc/changes.txt).herbelin
2010-07-18Fixed parsing of "Generalizable Variable A" ("Variable" turns to be a keyword).herbelin
2010-06-08Using vernac parsing for Functionjforest
2010-06-04A new command Compute foo, shortcut for Eval vm_compute in fooletouzey
2010-06-03Added command "Locate Ltac qid".herbelin
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-04-30Fail: a way to check that a command is refused without blocking a scriptletouzey
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-22Here comes the commit, announced long ago, of the new tactic engine.aspiwack
2010-04-22Applying François Garillot's patch (#2261 in bug tracker) for extendedherbelin
2010-03-29Several bug-fixes and improvements of coqdocherbelin
2010-03-06Fixes in rewrite and a Elimination/Case to Scheme:msozeau
2010-01-28New command Declare Reduction <id> := <conv_expr>.letouzey
2010-01-17Variant !F M for functor application that does not honor the Inline declarationsletouzey
2010-01-07Include can accept both Module and Module Typeletouzey
2010-01-04Specific syntax for Instances in Module Type: Declare Instanceletouzey
2009-12-27Fix "Existing Instance" to handle globality information and "Existingmsozeau
2009-12-08Migration of ProtectedToplevel and Line_oriented_parser into new contrib Inte...letouzey
2009-12-07No more specific syntax "Include Self" for inclusion of partially-applied fun...letouzey
2009-11-27Added support for definition of fixpoints using tactics.herbelin
2009-11-18Module subtyping : allow many <: and module type declaration with <:letouzey
2009-11-16New syntax <+ for chains of Include (or Include Type) (or Include Self (Type))letouzey
2009-11-16Include Self (Type) Foo: applying a (Type) Functor to the current contextletouzey
2009-11-15Document Generalizable Variables, and change syntax to msozeau
2009-11-11Added support for multiple where-clauses in Inductive and co (see wish #2163).herbelin
2009-11-06Misc fixes.msozeau
2009-10-28Integrate a few improvements on typeclasses and Program from the equations br...msozeau
2009-10-28Module type expressions of the form (Fsig X) with Definition foo := bar are n...soubiran
2009-10-27Add a new vernacular command for controling implicit generalization ofmsozeau