summaryrefslogtreecommitdiff
path: root/language
diff options
context:
space:
mode:
authorRobert Norton2018-11-19 15:27:24 +0000
committerRobert Norton2018-11-19 15:27:24 +0000
commitb891846bef840ecbe5673c3b22cbd0f2cfceef0f (patch)
treef40a1626b17a3cb0e373aaca925b32c938f52220 /language
parent1bc81fa6dcafcfe24fce3685c2eb61f882e6b65c (diff)
parent8c2739ace6ddc9b506d8e6782a4075574115cb34 (diff)
Merge branch 'latex' into sail2
Diffstat (limited to 'language')
-rw-r--r--language/sail.ott2
1 files changed, 2 insertions, 0 deletions
diff --git a/language/sail.ott b/language/sail.ott
index 59d51d68..c86f9a33 100644
--- a/language/sail.ott
+++ b/language/sail.ott
@@ -1038,6 +1038,8 @@ def :: 'DEF_' ::=
| constraint id ( kid1 , ... , kidn ) = n_constraint :: :: constraint
| fundef1 .. fundefn :: I :: internal_mutrec
{{ com internal representation of mutually recursive functions }}
+ | $ string1 string2 l :: :: pragma
+ {{ com compiler directive }}
defs :: '' ::=
{{ com definition sequence }}