From 5b194f6c4f16b99fe8ebe3c8004c31c01aec0b3b Mon Sep 17 00:00:00 2001 From: Jim Fehrle Date: Sun, 27 Sep 2020 00:49:28 -0700 Subject: Remove prefixes on nonterminal names, e.g. "constr:" and "Prim." --- dev/doc/parsing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/doc') diff --git a/dev/doc/parsing.md b/dev/doc/parsing.md index f8b4537e77..4982e3e94d 100644 --- a/dev/doc/parsing.md +++ b/dev/doc/parsing.md @@ -73,7 +73,7 @@ very specific to Coq (not so similar to Camlp5): END ``` - Global nonterminals are declared in `pcoq.ml`, e.g. `let bignat = Entry.create "Prim.bignat"`. + Global nonterminals are declared in `pcoq.ml`, e.g. `let bignat = Entry.create "bignat"`. All the `*.mlg` files include `open Pcoq` and often its modules, e.g. `open Pcoq.Prim`. `GRAMMAR EXTEND` should be used only for large syntax additions. To add new commands -- cgit v1.2.3