diff options
Diffstat (limited to 'doc/tools/coqrst/notations/TacticNotations.tokens')
-rw-r--r-- | doc/tools/coqrst/notations/TacticNotations.tokens | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tools/coqrst/notations/TacticNotations.tokens b/doc/tools/coqrst/notations/TacticNotations.tokens new file mode 100644 index 000000000..4d41a3883 --- /dev/null +++ b/doc/tools/coqrst/notations/TacticNotations.tokens @@ -0,0 +1,8 @@ +LGROUP=1 +LBRACE=2 +RBRACE=3 +ATOM=4 +ID=5 +WHITESPACE=6 +'{'=2 +'}'=3 |