]> matita.cs.unibo.it Git - helm.git/commit
- grammar of // changed to move the justification inside;
authorAndrea Asperti <andrea.asperti@unibo.it>
Fri, 29 Oct 2010 11:27:11 +0000 (11:27 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Fri, 29 Oct 2010 11:27:11 +0000 (11:27 +0000)
commit3ce27112fe93ced5f67cc6af8fc63037eba3f322
tree67252779b5eec01d47c2dfd60281a44dd27e7969
parent3f9cb46b5e167955e85b3d2544f1bed90f1a25b7
- grammar of // changed to move the justification inside;
  reason: that brain damaged piece of software that is CAMLP5 does a
    lookahead and then it forgets to rollback the token (why??? is it
    a bug). As a consequence matita used to work (since it parses a
    statement at a time), but not matitac (since the lookahead destroyed
    the next command)
- core_notation.moo: \frac used to be at level 90, but this is incorrect
    during parsing and incompatible with the new syntax; \frac is now
    used only in output
- minor dead code removal here and there
matita/components/content_pres/cicNotationLexer.ml
matita/components/grafite/grafiteAstPp.ml
matita/components/grafite_engine/grafiteEngine.ml
matita/components/grafite_parser/grafiteParser.ml
matita/components/ng_tactics/nnAuto.ml
matita/matita/core_notation.moo