]> matita.cs.unibo.it Git - helm.git/history - helm/ocaml/cic_textual_parser/cicTextualParser.mly
First commit towards more powerful disambiguation possibilities, where
[helm.git] / helm / ocaml / cic_textual_parser / cicTextualParser.mly
2003-03-14 Claudio Sacerdoti... First commit towards more powerful disambiguation possi...
2003-03-10 Claudio Sacerdoti... Big change: parenthesis can now be put in any place...
2003-02-03 Ferruccio Guidinew interface for text_of_query/text_of_result + bug...
2003-01-05 Stefano Zacchirolitypo: ')' mismatch
2002-12-23 Claudio Sacerdoti... The interpretation function can now return also "Implicit".
2002-12-22 Claudio Sacerdoti... New constructs \x.T and !x.T introduced. They require...
2002-12-04 Claudio Sacerdoti... Completely broken parsing of Fix and CoFix fixed.
2002-11-18 Claudio Sacerdoti... Aliases definition removed from the
2002-11-04 Claudio Sacerdoti... New CicTextualParser: it now returns (approximately...
2002-10-28 Claudio Sacerdoti... - parser improved: constant uris and variable uris...
2002-10-25 Claudio Sacerdoti... - Porting of all the code to the new DTD format (with...
2002-09-04 Ferruccio Guiditextual parser fixed
2002-07-29 Claudio Sacerdoti... Updated to use the new parser that creates (stacks...
2002-05-20 Claudio Sacerdoti... New experimental commit: metavariables representation...
2002-04-26 Claudio Sacerdoti... Grammar factorized to avoid shift/reduced conflicts...
2002-04-16 Claudio Sacerdoti... Ooops. Comments in .mly must be delimited by /* and */
2002-04-16 Claudio Sacerdoti... * identifiers can now also have digits in them
2002-01-11 Claudio Sacerdoti... There were a big bug in both Fix and CoFix: the recursi...
2002-01-10 Claudio Sacerdoti... CIC Textual Parser added to the repository.