]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/grafiteParser.ml
tentative subst-sexpand and change
[helm.git] / helm / software / components / grafite_parser / grafiteParser.ml
index b9c33232e70b61fb00d763594395d848efa7569c..6c5175890581aedd33c2c24794b4cf459fcef1b7 100644 (file)
@@ -181,8 +181,9 @@ EXTEND
   ];
   using: [ [ using = OPT [ IDENT "using"; t = tactic_term -> t ] -> using ] ];
   ntactic: [
-    [ IDENT "napply"; t = tactic_term ->
-        GrafiteAst.NApply (loc, t)
+    [ IDENT "napply"; t = tactic_term -> GrafiteAst.NApply (loc, t)
+    | IDENT "nchange"; what = tactic_term; with_what = tactic_term -> 
+        GrafiteAst.NChange (loc, what, with_what)
     ]
   ];
   tactic: [